aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/xen.pp11
1 files changed, 6 insertions, 5 deletions
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") }