Remove draghi from nagiosmaster, create a extranrpeclient thing
[mirror/dsa-puppet.git] / modules / named / manifests / geodns.pp
index 098b112..34ec1cd 100644 (file)
@@ -4,6 +4,9 @@ class named::geodns inherits named {
     }
 
     file {
+        "/etc/bind/named.conf.options":
+            content => template("named/named.conf.options.erb"),
+            notify  => Exec["bind9 reload"];
         "/etc/apt/sources.list.d/geoip.list":
             content => template("debian-org/etc/apt/sources.list.d/geoip.list.erb"),
             notify  => Exec["apt-get update"],