From a4d78368b346f92a48818d00369697dac5aa1199 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Tue, 4 Sep 2012 22:43:23 -0500 Subject: [PATCH] Make zone configs notify the service --- manifests/zone.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/zone.pp b/manifests/zone.pp index 751ecd3..60d0a76 100644 --- a/manifests/zone.pp +++ b/manifests/zone.pp @@ -19,6 +19,7 @@ define bind::zone ( group => $bind::params::bind_group, mode => '0644', content => template('bind/zone.conf.erb'), + notify => Service[$bind::params::bind_server], } }