From 8aed34d6c121b99f57694f90f23e4c95a92901da Mon Sep 17 00:00:00 2001 From: pietro Date: Fri, 8 May 2009 03:23:17 -0700 Subject: fix typo --- manifests/xen.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3