aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-08 00:16:55 +0000
committerMichael Scherer <misc@mageia.org>2011-07-08 00:16:55 +0000
commit13dc84503b46ac198075a6b6c87e2f6c41b4a409 (patch)
tree20c93fd1d1439a94b1f1eeb056ecb1a714826cee /modules/bind
parentb3eacda701ebf4a6d8b39ac7b5fb6f82a56494b6 (diff)
downloadpuppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar
puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar.gz
puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar.bz2
puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar.xz
puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.zip
fix syntax
Diffstat (limited to 'modules/bind')
-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,
}
}