single quotes
[mirror/dsa-puppet.git] / modules / nagios / manifests / init.pp
index 54558f0..70e0865 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"
        }
 }