aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorpietro <pietro@riseup.net>2009-05-08 04:06:45 -0700
committerpietro <pietro@riseup.net>2009-05-08 04:06:45 -0700
commit52f8e37678789a6c94efe8efaf40efc4e7de7388 (patch)
treec6c378b04ad45c997ee630bf3922ddde26ed0830 /manifests
parent253c0cbd902c1a0101d1c461838360f4b79ca099 (diff)
downloadpuppet-virtual-52f8e37678789a6c94efe8efaf40efc4e7de7388.tar.gz
puppet-virtual-52f8e37678789a6c94efe8efaf40efc4e7de7388.tar.bz2
fix typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/xen.pp2
1 files changed, 1 insertions, 1 deletions
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 {