notify bind9
[mirror/dsa-puppet.git] / 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',