From: Peter Palfrader Date: Mon, 30 Dec 2013 21:58:43 +0000 (+0000) Subject: Notify bind9 on puppet-shared-keys update X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8e4b510c5dc7ace457ee552faed28640ac22fc61;p=dsa-puppet.git Notify bind9 on puppet-shared-keys update --- diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index 95b0ac74..5a381410 100644 --- a/modules/named/manifests/authoritative.pp +++ b/modules/named/manifests/authoritative.pp @@ -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'], } }