summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-03-14 09:46:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-03-14 09:46:35 -0300
commitbff53ce09e3372018a620e9777b20db3dffb60e4 (patch)
tree4463dee4ea32a15d8efce69dee339a629bd91592 /manifests
parenta65b3155be57741415eec293bdf48ca375621d2d (diff)
downloadpuppet-bind-develop.tar.gz
puppet-bind-develop.tar.bz2
Fix: bind9 init script nameproductiondevelop
Diffstat (limited to 'manifests')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
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',
}
}