From 8e4b510c5dc7ace457ee552faed28640ac22fc61 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 30 Dec 2013 21:58:43 +0000 Subject: [PATCH] Notify bind9 on puppet-shared-keys update --- modules/named/manifests/authoritative.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/named/manifests/authoritative.pp b/modules/named/manifests/authoritative.pp index 95b0ac746..5a3814107 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'], } } -- 2.20.1