summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
}
}