notify bind9
authorPeter Palfrader <peter@palfrader.org>
Sun, 7 Jul 2019 10:04:33 +0000 (12:04 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 7 Jul 2019 10:04:33 +0000 (12:04 +0200)
modules/named/manifests/init.pp

index 80d6e8b..d425931 100644 (file)
@@ -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',