aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpietro <pietro@riseup.net>2009-05-08 03:23:17 -0700
committerpietro <pietro@riseup.net>2009-05-08 03:23:17 -0700
commit8aed34d6c121b99f57694f90f23e4c95a92901da (patch)
treebe2e9c0dcd472e46aa5b76ed8254743529307af8
parent12c168e96e1ceefecaef9ac16b25937cc0333f22 (diff)
downloadpuppet-virtual-8aed34d6c121b99f57694f90f23e4c95a92901da.tar.gz
puppet-virtual-8aed34d6c121b99f57694f90f23e4c95a92901da.tar.bz2
fix typo
-rw-r--r--manifests/xen.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/xen.pp b/manifests/xen.pp
index 12a7908..a6734a6 100644
--- a/manifests/xen.pp
+++ b/manifests/xen.pp
@@ -117,7 +117,7 @@ class xen::dom0::centos inherits xen::dom0::base {
}
class xen::dom0::debian inherits xen::dom0::base {
- $real_xen_lvm => $xen_lvm ? {
+ $real_xen_lvm = $xen_lvm ? {
'' => "vg0_${hostname}",
default => $xen_lvm,
}