From: Stephen Gran Date: Sat, 20 Feb 2010 19:49:29 +0000 (+0000) Subject: maybe this is not wrong, take 3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76a7966739b7ca0ad1ff60ad992d9edc8764a80d;p=dsa-puppet.git maybe this is not wrong, take 3 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index ef43fb48..133665dc 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -30,7 +30,7 @@ class ferm { ferm::rule { "dsa-ssh": description => "Allow SSH from DSA", - rule => "proto tcp mod state state (NEW) dport (ssh) @subchain 'ssh' { saddr ($MY_SSH_ACCEPT_HOSTS) ACCEPT; } + rule => "proto tcp mod state state (NEW) dport (ssh) @subchain 'ssh' { saddr ($MY_SSH_ACCEPT_HOSTS) ACCEPT; }" } exec { "ferm restart":