another file that gets autoupdated
[mirror/dsa-puppet.git] / modules / named / manifests / recursor.pp
index fda2de3..66227c4 100644 (file)
@@ -1,4 +1,9 @@
 class named::recursor inherits named {
+    file {
+        "/etc/bind/named.conf.options":
+            content => template("named/named.conf.options.erb"),
+            notify  => Exec["bind9 reload"];
+    }
 }