aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xymon
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-24 23:47:40 +0000
committerMichael Scherer <misc@mageia.org>2011-02-24 23:47:40 +0000
commitceaa7810af669b84b723d464bc1e23fb7fa89688 (patch)
treebacbfd678b2aa5fa1f748e88c610cb7cba1661ff /modules/xymon
parentbeb0fd5814eaf341ea2b04b2e1e82ace3a295c9f (diff)
downloadpuppet-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')
-rw-r--r--modules/xymon/manifests/init.pp1
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"],