]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
name new class correctly
authorStephen Gran <steve@lobefin.net>
Tue, 23 Feb 2010 19:31:52 +0000 (19:31 +0000)
committerStephen Gran <steve@lobefin.net>
Tue, 23 Feb 2010 19:31:52 +0000 (19:31 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/manifests/recursor.pp

index c4de8b3315e3e81d29b99d29cbea3f4ecf1c6d67..61ca459c6d79f6c703ff2f0468b448bb545b3c5d 100644 (file)
@@ -1,4 +1,4 @@
-class named::secondary inherits named {
+class named::recursor inherits named {
     file { "/etc/bind/named.conf.options":
         content => template("named/named.conf.options.erb"),
         notify  => Exec["bind9 reload"],