From: pietro Date: Fri, 8 May 2009 10:23:17 +0000 (-0700) Subject: fix typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8aed34d6c121b99f57694f90f23e4c95a92901da;p=puppet-virtual.git fix typo --- 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, }