]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Notify bind9 on puppet-shared-keys update
authorPeter Palfrader <peter@palfrader.org>
Mon, 30 Dec 2013 21:58:43 +0000 (21:58 +0000)
committerPeter Palfrader <peter@palfrader.org>
Mon, 30 Dec 2013 21:58:43 +0000 (21:58 +0000)
modules/named/manifests/authoritative.pp

index 95b0ac746fe08b749d06270553f0edaa50287382..5a3814107b8e34e572fc832543c25ca0452960f6 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'],
        }
 }