aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-15 13:33:54 -0500
committerMicah Anderson <micah@riseup.net>2010-12-15 13:33:54 -0500
commit22b37d7e165fe5cd2ff688cb59b559167ce8dbf0 (patch)
tree84dbfed531126c90baf4425d57594860ae8fff29
parent6c130e10055d76c611d0fba44223c0b0ede93012 (diff)
downloadpuppet-virtual-22b37d7e165fe5cd2ff688cb59b559167ce8dbf0.tar.gz
puppet-virtual-22b37d7e165fe5cd2ff688cb59b559167ce8dbf0.tar.bz2
add a squeeze case for the xen-tools package installation
-rw-r--r--manifests/xen.pp6
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 {