]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
more quotes
authorStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:33:21 +0000 (12:33 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 5 Apr 2012 11:33:21 +0000 (12:33 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/nagios/manifests/client.pp

index b72f002b1774953cae344719f6618e2fe0d84338..97681295cbc3986ae548b7756aa434c9cb57286b 100644 (file)
@@ -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,
        }