X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Finit.pp;h=d425931752d6e8c3392ceea4f0d89b1b0ebcd428;hb=465fefd44c814b4e59d5cc2ab78f1c144196abeb;hp=80d6e8bfcbdd9651c6ba28d7a23a365521ba0cb6;hpb=fe40a51bd33f4617c6f69c42efa81dd0a8c253c6;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/init.pp b/modules/named/manifests/init.pp index 80d6e8bfc..d42593175 100644 --- a/modules/named/manifests/init.pp +++ b/modules/named/manifests/init.pp @@ -51,7 +51,9 @@ class named { notify => Service['bind9'], } - concat { '/etc/bind/named.conf.puppet-misc': } + concat { '/etc/bind/named.conf.puppet-misc': + notify => Service['bind9'], + } concat::fragment { 'dsa-named-conf-puppet-misc---header': target => '/etc/bind/named.conf.puppet-misc', order => '000',