From: Stephen Gran Date: Sat, 20 Feb 2010 19:57:49 +0000 (+0000) Subject: maybe this is not wrong, take 7 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9687062e66539d15f8b7001446e92c989128b665;p=mirror%2Fdsa-puppet.git maybe this is not wrong, take 7 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 90eb00de7..e7c2a644a 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 (\$SSH_SOURCES) ACCEPT; }' + rule => "proto tcp mod state state (NEW) dport (ssh) @subchain 'ssh' { saddr (\$SSH_SOURCES) ACCEPT; }" } exec { "ferm restart":