From fd059409634422df02b7e1e0e774cd255a1a95b4 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 24 Nov 2010 22:49:52 +0100 Subject: use correct fact --- manifests/allowed_host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/allowed_host.pp b/manifests/allowed_host.pp index 1c29fbb..cecdf6c 100644 --- a/manifests/allowed_host.pp +++ b/manifests/allowed_host.pp @@ -1,5 +1,5 @@ define denyhosts::allowed_host( - $ipaddress = $ip, + $ip = $ipaddress, $ensure = 'present' ){ include ::denyhosts -- cgit v1.2.3