aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/bind/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bind/manifests/init.pp b/modules/bind/manifests/init.pp
index 6a8ce205..dca772a8 100644
--- a/modules/bind/manifests/init.pp
+++ b/modules/bind/manifests/init.pp
@@ -19,7 +19,7 @@ class bind {
}
exec { "named_reload":
- command => "service named reload":
+ command => "service named reload",
refreshonly => true,
}
}