diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-25 09:03:03 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-25 09:03:03 +0100 |
commit | f8510094599c2233422a2ba3fa5cf5268c94af84 (patch) | |
tree | d67c4a00fbda4c48452ecc1ae0f0e817c8f670ce | |
parent | 95d23c3c2b1f1ca1e910f36f5b9ddcec20ad31a9 (diff) | |
download | puppet-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.pp | 1 |
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", } } |