X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Frecursor.pp;h=3bd06d9bf37548b5bc76a506d6ae7c93104c6050;hb=3eb533e5499e66423bafdedaf6c7d08ead1772de;hp=66227c4b587d149f1f9e3941bddb86b59cfb7a63;hpb=026d1beb941daad6cf3a1a248fbd031c9b2dcf64;p=dsa-puppet.git diff --git a/modules/named/manifests/recursor.pp b/modules/named/manifests/recursor.pp index 66227c4b..3bd06d9b 100644 --- a/modules/named/manifests/recursor.pp +++ b/modules/named/manifests/recursor.pp @@ -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'], + } +}