summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-24 08:45:45 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-24 08:45:45 +0100
commit359d086d80e4cac3ea83cce6a61c8f828b72a5b1 (patch)
tree7abf45d84c41c0ea703c49a09e2ed8113b2bad4e
parent6064c7c17344811390cd45891e6d08b9f18eee89 (diff)
downloadpuppet-bind-359d086d80e4cac3ea83cce6a61c8f828b72a5b1.tar.gz
puppet-bind-359d086d80e4cac3ea83cce6a61c8f828b72a5b1.tar.bz2
(bind::record) added missing notify on service
-rw-r--r--manifests/definitions/bind-record.pp1
1 files changed, 1 insertions, 0 deletions
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"],
}
}