single quotes
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 18 Jan 2010 20:43:59 +0000 (21:43 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 18 Jan 2010 20:43:59 +0000 (21:43 +0100)
modules/munin-node/manifests/init.pp

index c3b4a12..79eaa62 100644 (file)
@@ -77,7 +77,7 @@ class munin-node {
     }
     ferm::rule { "dsa-munin":
         description     => "Allow munin-node from spohr.debian.org",
-        rule            => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT",
+        rule            => 'proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT',
        prio            => "02"
    }
 }