From: Stephen Gran Date: Thu, 5 Apr 2012 11:50:42 +0000 (+0100) Subject: wrong parameter X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cd48f056e69f38a8278fceef4a3fa8269eca1c83;p=dsa-puppet.git wrong parameter Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 4332dad7..44872de4 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -14,7 +14,6 @@ class ferm { service { 'ferm': hasstatus => false, status => '/bin/true', - refreshonly => true, } $munin_ips = split(regsubst($v4ips, '([^,]+)', 'ip_\1', 'G'), ',')