diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-08 00:16:55 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-08 00:16:55 +0000 |
commit | 13dc84503b46ac198075a6b6c87e2f6c41b4a409 (patch) | |
tree | 20c93fd1d1439a94b1f1eeb056ecb1a714826cee /modules | |
parent | b3eacda701ebf4a6d8b39ac7b5fb6f82a56494b6 (diff) | |
download | puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar.gz puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar.bz2 puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.tar.xz puppet-13dc84503b46ac198075a6b6c87e2f6c41b4a409.zip |
fix syntax
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bind/manifests/init.pp | 2 |
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, } } |