From bff53ce09e3372018a620e9777b20db3dffb60e4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 14 Mar 2026 09:46:35 -0300 Subject: Fix: bind9 init script name --- manifests/debian.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', } } -- cgit v1.2.3