diff options
author | Buchan Milne <buchan@mageia.org> | 2011-03-03 12:00:19 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2011-03-03 12:00:19 +0000 |
commit | 283858ba8ca1d16baa2ed8d83610072f4ccc125d (patch) | |
tree | b5e7fd126029925cb1ea40734386cacc6ed0aa23 /modules/xymon/manifests | |
parent | c7e67ff15932cf9521b6d300312b0f4a050d25c4 (diff) | |
download | puppet-283858ba8ca1d16baa2ed8d83610072f4ccc125d.tar puppet-283858ba8ca1d16baa2ed8d83610072f4ccc125d.tar.gz puppet-283858ba8ca1d16baa2ed8d83610072f4ccc125d.tar.bz2 puppet-283858ba8ca1d16baa2ed8d83610072f4ccc125d.tar.xz puppet-283858ba8ca1d16baa2ed8d83610072f4ccc125d.zip |
We prefer fping over hobbitping, so we need to install fping
Diffstat (limited to 'modules/xymon/manifests')
-rw-r--r-- | modules/xymon/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xymon/manifests/init.pp b/modules/xymon/manifests/init.pp index 4da17da7..4bb6dadf 100644 --- a/modules/xymon/manifests/init.pp +++ b/modules/xymon/manifests/init.pp @@ -33,7 +33,7 @@ class xymon { owner => root, group => xymon, mode => 644, - require => Package["xymon"], + require => Package["xymon","fping"], notify => Service["xymon"], content => template("xymon/hobbitserver.cfg"), } |