Move creation of /etc/bind/named.conf.options from ::geodns and ::primary to parent
[mirror/dsa-puppet.git] / modules / named / templates / named.conf.options.erb
index c6c6d4a..81d35ae 100644 (file)
@@ -37,10 +37,8 @@ options {
   str
 -%>
 
-<% if classes.include?('named::authoritative') or classes.include?('named::geodns') -%>
        dnssec-enable yes;
        dnssec-validation yes;
-<% end -%>
 
        // Defaults are 100 and 10, causing lots and lots of tiny updates.
        // This way, I hope, we'll get fewer (and thus bigger) updates. -- weasel
@@ -112,10 +110,11 @@ masters "dnsnodeapi-masters" {
        2a01:3f0:0:28::25;
 };
 acl "dnsnodeapi-ACL" {
-       194.146.105.24; // zorknds-b.sth.dnsnode.net
-       2a01:3f0:0:27::24;
-       194.146.105.25; // zorknds-c.sth.dnsnode.net
-       2a01:3f0:0:28::25;
+       // 194.146.105.24; // zorknds-b.sth.dnsnode.net
+       // 2a01:3f0:0:27::24;
+       // 194.146.105.25; // zorknds-c.sth.dnsnode.net
+       // 2a01:3f0:0:28::25;
+       key netnod-debian-20171122 ;
 };
 <% end -%>