summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-25 09:03:03 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-25 09:03:03 +0100
commitf8510094599c2233422a2ba3fa5cf5268c94af84 (patch)
treed67c4a00fbda4c48452ecc1ae0f0e817c8f670ce
parent95d23c3c2b1f1ca1e910f36f5b9ddcec20ad31a9 (diff)
downloadpuppet-bind-f8510094599c2233422a2ba3fa5cf5268c94af84.tar.gz
puppet-bind-f8510094599c2233422a2ba3fa5cf5268c94af84.tar.bz2
(bind::debian) override "restart" command for service - reload is better
-rw-r--r--manifests/classes/bind-debian.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/classes/bind-debian.pp b/manifests/classes/bind-debian.pp
index ad4e477..7b752ae 100644
--- a/manifests/classes/bind-debian.pp
+++ b/manifests/classes/bind-debian.pp
@@ -9,5 +9,6 @@ You should not include this class - please refer to Class["bind"]
class bind::debian inherits bind::base {
Service["bind9"] {
pattern => "/usr/sbin/named",
+ restart => "/etc/init.d/bind9 reload",
}
}