shorten up the typing
[mirror/dsa-puppet.git] / modules / named / manifests / init.pp
index 65d4cc5..719c0e7 100644 (file)
@@ -28,7 +28,7 @@ class named {
         @ferm::rule { "dsa-bind":
                 domain          => "(ip ip6)",
                 description     => "Allow nameserver access",
-                rule            => "proto (udp tcp) mod state state (NEW) dport (53) ACCEPT"
+                rule            => "&TCP_UDP_SERVICE(53)"
         }
 }