]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Fix: bind9 init script name develop production
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 14 Mar 2026 12:46:35 +0000 (09:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 14 Mar 2026 12:46:35 +0000 (09:46 -0300)
manifests/debian.pp

index 41e356eff7fde9a13e172271596f7bb5a97da87d..74f89b06098c4475b05ee05e1412b6f55e2cebe8 100644 (file)
@@ -7,7 +7,7 @@ class bind::debian inherits bind::base {
 
   Service['bind9'] {
     pattern => '/usr/sbin/named',
-    restart => '/etc/init.d/bind9 reload',
+    restart => '/etc/init.d/named reload',
   }
 
 }