maybe this is not wrong, take 4
authorStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 19:52:03 +0000 (19:52 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 19:52:03 +0000 (19:52 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/init.pp

index 133665d..54cea1f 100644 (file)
@@ -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":