s/err/fail/
[mirror/dsa-puppet.git] / modules / named / manifests / recursor.pp
index c4de8b3..3bd06d9 100644 (file)
@@ -1,8 +1,7 @@
-class named::secondary inherits named {
-    file { "/etc/bind/named.conf.options":
-        content => template("named/named.conf.options.erb"),
-        notify  => Exec["bind9 reload"],
-    }
-}
-
+class named::recursor inherits named {
 
+       file { '/etc/bind/named.conf.options':
+               content => template('named/named.conf.options.erb'),
+               notify  => Service['bind9'],
+       }
+}