Notify bind9 on puppet-shared-keys update
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
index 95b0ac7..5a38141 100644 (file)
@@ -17,5 +17,6 @@ class named::authoritative inherits named {
                content => template('named/named.conf.puppet-shared-keys.erb'),
                owner   => root,
                group   => bind,
+               notify  => Service['bind9'],
        }
 }