From: Stephen Gran Date: Thu, 5 Apr 2012 11:33:21 +0000 (+0100) Subject: more quotes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=558a5a1247b1da1990eb51ecf181aa12696b6d55;p=mirror%2Fdsa-puppet.git more quotes Signed-off-by: Stephen Gran --- diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index b72f002b1..97681295c 100644 --- a/modules/nagios/manifests/client.pp +++ b/modules/nagios/manifests/client.pp @@ -15,13 +15,13 @@ class nagios::client inherits nagios { @ferm::rule { 'dsa-nagios-v4': description => 'Allow nrpe from nagios master', - rule => 'proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS_V4) ACCEPT; }', + rule => 'proto tcp mod state state (NEW) dport (5666) @subchain \'nagios\' { saddr (\$HOST_NAGIOS_V4) ACCEPT; }', notarule => true, } @ferm::rule { 'dsa-nagios-v6': description => 'Allow nrpe from nagios master', domain => 'ip6', - rule => 'proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS_V6) ACCEPT; }', + rule => 'proto tcp mod state state (NEW) dport (5666) @subchain \'nagios\' { saddr (\$HOST_NAGIOS_V6) ACCEPT; }', notarule => true, }