From: pietro Date: Fri, 8 May 2009 11:06:45 +0000 (-0700) Subject: fix typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=52f8e37678789a6c94efe8efaf40efc4e7de7388;p=puppet-virtual.git fix typo --- diff --git a/manifests/xen.pp b/manifests/xen.pp index f7d90fd..9d3b723 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -118,7 +118,7 @@ class xen::dom0::centos inherits xen::dom0::base { class xen::dom0::debian inherits xen::dom0::base { $real_xen_lvm = $xen_lvm ? { - '' => "vg0_${hostname}", + '' => "vg_${hostname}0", default => $xen_lvm, } case $lsbdistcodename {