]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
fix typo
authorpietro <pietro@riseup.net>
Fri, 8 May 2009 11:06:45 +0000 (04:06 -0700)
committerpietro <pietro@riseup.net>
Fri, 8 May 2009 11:06:45 +0000 (04:06 -0700)
manifests/xen.pp

index f7d90fd49ce190a37a9e6749d238e64cf5097bf1..9d3b7234467e97dc1c0194789d605fedbbc409ce 100644 (file)
@@ -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 {