From: Peter Palfrader Date: Sun, 7 Jul 2019 10:04:33 +0000 (+0200) Subject: notify bind9 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=465fefd44c814b4e59d5cc2ab78f1c144196abeb;p=mirror%2Fdsa-puppet.git notify bind9 --- 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',