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
}
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") }