diff options
author | pietro <pietro@riseup.net> | 2009-05-08 03:23:17 -0700 |
---|---|---|
committer | pietro <pietro@riseup.net> | 2009-05-08 03:23:17 -0700 |
commit | 8aed34d6c121b99f57694f90f23e4c95a92901da (patch) | |
tree | be2e9c0dcd472e46aa5b76ed8254743529307af8 | |
parent | 12c168e96e1ceefecaef9ac16b25937cc0333f22 (diff) | |
download | puppet-virtual-8aed34d6c121b99f57694f90f23e4c95a92901da.tar.gz puppet-virtual-8aed34d6c121b99f57694f90f23e4c95a92901da.tar.bz2 |
fix typo
-rw-r--r-- | manifests/xen.pp | 2 |
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, } |