]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
single quotes
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 18 Jan 2010 20:53:26 +0000 (21:53 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 18 Jan 2010 20:53:26 +0000 (21:53 +0100)
modules/nagios/manifests/init.pp

index 54558f0311d0b96878371715e163b69efd423fb0..70e08658a8b0495957c0e84a4772eef156f8bbc0 100644 (file)
@@ -4,7 +4,7 @@ class nagios {
        }
        ferm::rule { "dsa-nagios":
                description     => "Allow nrpe from spohr.debian.org",
-               rule            => "proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT",
+               rule            => 'proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT',
                prio            => "03"
        }
 }