From: Stephen Gran Date: Thu, 5 Apr 2012 11:26:00 +0000 (+0100) Subject: quotes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=915625a55b11c90b5fea3c4c37cf7d5992d13793;p=mirror%2Fdsa-puppet.git quotes Signed-off-by: Stephen Gran --- diff --git a/modules/munin/manifests/init.pp b/modules/munin/manifests/init.pp index aa7dbdbf3..b45d6646c 100644 --- a/modules/munin/manifests/init.pp +++ b/modules/munin/manifests/init.pp @@ -30,14 +30,14 @@ class munin { @ferm::rule { 'dsa-munin-v4': description => 'Allow munin from munin master', - rule => 'proto tcp mod state state (NEW) dport (munin) @subchain 'munin' { saddr (\$HOST_MUNIN_V4 \$HOST_NAGIOS_V4) ACCEPT; }', + rule => 'proto tcp mod state state (NEW) dport (munin) @subchain \'munin\' { saddr (\$HOST_MUNIN_V4 \$HOST_NAGIOS_V4) ACCEPT; }', notarule => true, } @ferm::rule { 'dsa-munin-v6': description => 'Allow munin from munin master', domain => 'ip6', - rule => 'proto tcp mod state state (NEW) dport (munin) @subchain 'munin' { saddr (\$HOST_MUNIN_V6 \$HOST_NAGIOS_V6) ACCEPT; }', + rule => 'proto tcp mod state state (NEW) dport (munin) @subchain \'munin\' { saddr (\$HOST_MUNIN_V6 \$HOST_NAGIOS_V6) ACCEPT; }', notarule => true, } }