unify v4 and v6 rules in named::primary
[mirror/dsa-puppet.git] / modules / named / manifests / primary.pp
index 0c63531..b0df105 100644 (file)
@@ -2,13 +2,8 @@ class named::primary inherits named::authoritative {
        include dnsextras::entries
 
        @ferm::rule { '01-dsa-bind-4':
-               domain      => '(ip)',
+               domain      => '(ip ip6)',
                description => 'Allow nameserver access',
-               rule        => '&TCP_UDP_SERVICE_RANGE(53, ( $HOST_DNS_GEO_V4 $HOST_NAGIOS_V4 $HOST_RCODE0_V4 $HOST_EASYDNS_V4 $HOST_NETNOD_V4 ) )',
-       }
-       @ferm::rule { '01-dsa-bind-6':
-               domain      => '(ip6)',
-               description => 'Allow nameserver access',
-               rule        => '&TCP_UDP_SERVICE_RANGE(53, ( $HOST_DNS_GEO_V6 $HOST_NAGIOS_V6 $HOST_RCODE0_V6 $HOST_NETNOD_V6 ) )',
+               rule        => '&TCP_UDP_SERVICE_RANGE(53, ( $HOST_DNS_GEO $HOST_NAGIOS $HOST_RCODE0 $HOST_EASYDNS $HOST_NETNOD ) )',
        }
 }