]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/named/manifests/recursor.pp
no more lenny
[dsa-puppet.git] / modules / named / manifests / recursor.pp
index 61ca459c6d79f6c703ff2f0468b448bb545b3c5d..3bd06d9bf37548b5bc76a506d6ae7c93104c6050 100644 (file)
@@ -1,8 +1,7 @@
 class named::recursor inherits named {
-    file { "/etc/bind/named.conf.options":
-        content => template("named/named.conf.options.erb"),
-        notify  => Exec["bind9 reload"],
-    }
-}
-
 
+       file { '/etc/bind/named.conf.options':
+               content => template('named/named.conf.options.erb'),
+               notify  => Service['bind9'],
+       }
+}