From 359d086d80e4cac3ea83cce6a61c8f828b72a5b1 Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Wed, 24 Nov 2010 08:45:45 +0100 Subject: (bind::record) added missing notify on service --- manifests/definitions/bind-record.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/definitions/bind-record.pp b/manifests/definitions/bind-record.pp index 8312306..5436a99 100644 --- a/manifests/definitions/bind-record.pp +++ b/manifests/definitions/bind-record.pp @@ -24,5 +24,6 @@ define bind::record($ensure=present, ensure => $ensure, file => "/etc/bind/pri/${zone}.conf", content => template("bind/default-record.erb"), + notify => Service["bind9"], } } -- cgit v1.2.3