From: Stephen Gran Date: Sat, 20 Feb 2010 19:52:03 +0000 (+0000) Subject: maybe this is not wrong, take 4 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=95d99c54f9afb3ef9ec3d732324953d3cb4f3e62;p=mirror%2Fdsa-puppet.git maybe this is not wrong, take 4 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 133665dcd..54cea1f2b 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 ($SSH_SOURCES) ACCEPT; }" } exec { "ferm restart":