and actually quote correctly
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 03f29bd..1f41356 100644 (file)
@@ -130,7 +130,7 @@ class apache2 {
                refreshonly => true,
        }
         ferm::rule { "dsa-apache":
-                domain          => (ip ip6),
+                domain          => "(ip ip6)",
                 description     => "Allow web access",
                 rule            => "proto tcp mod state state (NEW) dport (80) ACCEPT"
         }