X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Frecursor.pp;h=66227c4b587d149f1f9e3941bddb86b59cfb7a63;hb=722e609c395d98b8b67f09c7da9df4c3d0890701;hp=c4de8b3315e3e81d29b99d29cbea3f4ecf1c6d67;hpb=abe2c24df4b1bb984655b479a4fc75295133e6b5;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/recursor.pp b/modules/named/manifests/recursor.pp index c4de8b331..66227c4b5 100644 --- a/modules/named/manifests/recursor.pp +++ b/modules/named/manifests/recursor.pp @@ -1,8 +1,12 @@ -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 => Exec["bind9 reload"]; } } +# vim:set et: +# vim:set sts=4 ts=4: +# vim:set shiftwidth=4: