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