From 283858ba8ca1d16baa2ed8d83610072f4ccc125d Mon Sep 17 00:00:00 2001 From: Buchan Milne Date: Thu, 3 Mar 2011 12:00:19 +0000 Subject: We prefer fping over hobbitping, so we need to install fping --- modules/xymon/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/xymon') 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"), } -- cgit v1.2.1