From 465fefd44c814b4e59d5cc2ab78f1c144196abeb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 7 Jul 2019 12:04:33 +0200 Subject: [PATCH 1/1] notify bind9 --- modules/named/manifests/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', -- 2.20.1