X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Frecursor.pp;h=3bd06d9bf37548b5bc76a506d6ae7c93104c6050;hb=2998fda622b3c2eaf9e2e971d5753d0607a05513;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..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'], + } +}