summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-11-24 22:49:52 +0100
committermh <mh@immerda.ch>2010-11-24 22:49:52 +0100
commitfd059409634422df02b7e1e0e774cd255a1a95b4 (patch)
treedd4dd1773323d37c7ae75987317f19a9ad18f219
parent69012beea29fe140a58beefdd00fe060d4237d1e (diff)
use correct fact
-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