From 2ef0291b94715553747c51647a0ac2b0f930b92d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 8 Oct 2009 11:34:36 -0400 Subject: update the xend service to indicate that there is no 'status' command in the init.d script this should stop the thousands of logcheck messages that are reported as a result of puppet running and thinking that xend is not running properly --- manifests/xen.pp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'manifests') diff --git a/manifests/xen.pp b/manifests/xen.pp index 9d3b723..6e2ea4c 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -22,11 +22,12 @@ class xen::domain { } class xen::domain::base { - service{ 'xend': - ensure => running, - enable => true, - hasstatus => true, - } + service{ 'xend': + ensure => running, + enable => true, + hasstatus => false, + hasrestart => true, + } case $xen_domains { '0': { info("No xen domains are running, so not configuring service xendomains") } -- cgit v1.2.3