and actually quote correctly
[mirror/dsa-puppet.git] / modules / munin-node / manifests / init.pp
index c8727dd..0849cc1 100644 (file)
@@ -76,7 +76,7 @@ class munin-node {
         refreshonly => true,
     }
     ferm::rule { "dsa-munin":
-            domain          => (ip ip6),
+            domain          => "(ip ip6)",
             description     => "Allow munin from munin master",
             rule            => "proto tcp mod state state (NEW) dport (munin) @subchain 'munin' { saddr (\$HOST_MUNIN) ACCEPT; }"
     }