From: Cédric Jeanneret Date: Thu, 25 Nov 2010 08:03:03 +0000 (+0100) Subject: (bind::debian) override "restart" command for service - reload is better X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f8510094599c2233422a2ba3fa5cf5268c94af84;p=puppet-bind.git (bind::debian) override "restart" command for service - reload is better --- 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", } }