From: Micah Anderson Date: Wed, 15 Dec 2010 18:33:54 +0000 (-0500) Subject: add a squeeze case for the xen-tools package installation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=22b37d7e165fe5cd2ff688cb59b559167ce8dbf0;p=puppet-virtual.git add a squeeze case for the xen-tools package installation --- diff --git a/manifests/xen.pp b/manifests/xen.pp index 6fc3ba5..6aff1b8 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -139,6 +139,12 @@ class xen::dom0::debian inherits xen::dom0::base { ensure => "4.1-1~bpo50+1", } } + squeeze: { + package { + "xen-tools": + ensure => installed; + } + } } file {