X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fauthoritative.pp;h=5a3814107b8e34e572fc832543c25ca0452960f6;hb=8e4b510c5dc7ace457ee552faed28640ac22fc61;hp=95b0ac746fe08b749d06270553f0edaa50287382;hpb=45868223833a636e365ecc57d57272daabe912c2;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index 95b0ac746..5a3814107 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -17,5 +17,6 @@ class named::authoritative inherits named { content => template('named/named.conf.puppet-shared-keys.erb'), owner => root, group => bind, + notify => Service['bind9'], } }