Add vhost_listen_443
[mirror/dsa-puppet.git] / modules / named / templates / named.conf.options.erb
index a372fc9..f5e5b39 100644 (file)
@@ -43,7 +43,7 @@ options {
        dnssec-validation yes;
 <% end -%>
 
-<% if %w{senfl ravel orff diamond}.include?(hostname) -%>
+<% if %w{senfl ravel orff diamond rietz}.include?(hostname) -%>
        rate-limit {
                responses-per-second 25;
                window 5;
@@ -70,3 +70,6 @@ logging {
 };
 
  
+<% if classes.include?('named::authoritative') -%>
+include "/etc/bind/named.conf.puppet-shared-keys";
+<% end -%>