diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-03-14 09:46:35 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-03-14 09:46:35 -0300 |
| commit | bff53ce09e3372018a620e9777b20db3dffb60e4 (patch) | |
| tree | 4463dee4ea32a15d8efce69dee339a629bd91592 /manifests | |
| parent | a65b3155be57741415eec293bdf48ca375621d2d (diff) | |
| download | puppet-bind-develop.tar.gz puppet-bind-develop.tar.bz2 | |
Fix: bind9 init script nameproductiondevelop
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/debian.pp | 2 |
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', } } |
