summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/allowed_host.pp2
1 files changed, 1 insertions, 1 deletions
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