diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-24 23:47:40 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-24 23:47:40 +0000 |
commit | ceaa7810af669b84b723d464bc1e23fb7fa89688 (patch) | |
tree | bacbfd678b2aa5fa1f748e88c610cb7cba1661ff /modules/xymon/manifests | |
parent | beb0fd5814eaf341ea2b04b2e1e82ace3a295c9f (diff) | |
download | puppet-ceaa7810af669b84b723d464bc1e23fb7fa89688.tar puppet-ceaa7810af669b84b723d464bc1e23fb7fa89688.tar.gz puppet-ceaa7810af669b84b723d464bc1e23fb7fa89688.tar.bz2 puppet-ceaa7810af669b84b723d464bc1e23fb7fa89688.tar.xz puppet-ceaa7810af669b84b723d464bc1e23fb7fa89688.zip |
requires xymon, since the exec use the service file
Diffstat (limited to 'modules/xymon/manifests')
-rw-r--r-- | modules/xymon/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/xymon/manifests/init.pp b/modules/xymon/manifests/init.pp index 9b707d10..2ceae8a8 100644 --- a/modules/xymon/manifests/init.pp +++ b/modules/xymon/manifests/init.pp @@ -79,6 +79,7 @@ class xymon { # changes take effect sooner if hobbit is HUPd exec { "service xymon reload": refreshonly => true, + require => Package["xymon"], subscribe => [ File["hobbit-clients.cfg"], File["hobbit-alerts.cfg"], |