]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/named/manifests/recursor.pp
massive style guide fixups
[dsa-puppet.git] / modules / named / manifests / recursor.pp
index 66227c4b587d149f1f9e3941bddb86b59cfb7a63..3bd06d9bf37548b5bc76a506d6ae7c93104c6050 100644 (file)
@@ -1,12 +1,7 @@
 class named::recursor inherits named {
-    file {
-        "/etc/bind/named.conf.options":
-            content => template("named/named.conf.options.erb"),
-            notify  => Exec["bind9 reload"];
-    }
-}
-
 
-# vim:set et:
-# vim:set sts=4 ts=4:
-# vim:set shiftwidth=4:
+       file { '/etc/bind/named.conf.options':
+               content => template('named/named.conf.options.erb'),
+               notify  => Service['bind9'],
+       }
+}