diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/xen.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/xen.pp b/manifests/xen.pp index afcc13d..95e9937 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -101,8 +101,7 @@ class xen::domain::debian inherits xen::domain::base { } } } -} - + package { "$xen_linux_system": ensure => present, |