diff options
author | Micah Anderson <micah@riseup.net> | 2010-12-15 13:33:54 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-12-15 13:33:54 -0500 |
commit | 22b37d7e165fe5cd2ff688cb59b559167ce8dbf0 (patch) | |
tree | 84dbfed531126c90baf4425d57594860ae8fff29 | |
parent | 6c130e10055d76c611d0fba44223c0b0ede93012 (diff) | |
download | puppet-virtual-22b37d7e165fe5cd2ff688cb59b559167ce8dbf0.tar.gz puppet-virtual-22b37d7e165fe5cd2ff688cb59b559167ce8dbf0.tar.bz2 |
add a squeeze case for the xen-tools package installation
-rw-r--r-- | manifests/xen.pp | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |