X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Frecursor.pp;h=3bd06d9bf37548b5bc76a506d6ae7c93104c6050;hb=5a8df552f7733b7498c23be8e5a4f72cd9c4902b;hp=61ca459c6d79f6c703ff2f0468b448bb545b3c5d;hpb=7035eb98ec726aafc5dc6e68f22280ba8428a373;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/recursor.pp b/modules/named/manifests/recursor.pp index 61ca459c6..3bd06d9bf 100644 --- a/modules/named/manifests/recursor.pp +++ b/modules/named/manifests/recursor.pp @@ -1,8 +1,7 @@ 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 => Service['bind9'], + } +}