From: Silvio Rhatto Date: Sat, 14 Mar 2026 12:46:35 +0000 (-0300) Subject: Fix: bind9 init script name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bff53ce09e3372018a620e9777b20db3dffb60e4;p=puppet-bind.git Fix: bind9 init script name --- diff --git a/manifests/debian.pp b/manifests/debian.pp index 41e356e..74f89b0 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -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', } }