From 84e51a8ce6522a934f3fe50f52b325710299465a Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 25 Nov 2010 01:59:05 +0100 Subject: don't set ipaddress automatically as this is rather unstable --- manifests/allowed_host.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/allowed_host.pp b/manifests/allowed_host.pp index dad3435..45c1300 100644 --- a/manifests/allowed_host.pp +++ b/manifests/allowed_host.pp @@ -1,7 +1,8 @@ define denyhosts::allowed_host( - $ip = $ipaddress, + $ip, $ensure = 'present' ){ + include ::denyhosts line{"denyhosts_allowed_host_${name}": file => '/var/lib/denyhosts/allowed-hosts', line => $ip, -- cgit v1.2.3