Notify bind9 on puppet-shared-keys update
[mirror/dsa-puppet.git] / modules / named / templates / named.conf.options.erb
index 8bc2f87..f5e5b39 100644 (file)
@@ -70,3 +70,6 @@ logging {
 };
 
  
+<% if classes.include?('named::authoritative') -%>
+include "/etc/bind/named.conf.puppet-shared-keys";
+<% end -%>