]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
(bind::debian) override "restart" command for service - reload is better
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>
Thu, 25 Nov 2010 08:03:03 +0000 (09:03 +0100)
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>
Thu, 25 Nov 2010 08:03:03 +0000 (09:03 +0100)
manifests/classes/bind-debian.pp

index ad4e4778e279e975ac0f10943841f71b9badfcc9..7b752aededdc422924e2940ef43e504e0f8e6985 100644 (file)
@@ -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",
   }
 }