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 cba9498..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