]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
fix typo and use different mirror if box not in colo
authorpietro <pietro@riseup.net>
Fri, 8 May 2009 10:33:34 +0000 (03:33 -0700)
committerpietro <pietro@riseup.net>
Fri, 8 May 2009 10:33:34 +0000 (03:33 -0700)
templates/xen-tools.conf

index 6f5a4f9c52f11bd1b8ae9b5cd152c93a0b1d7b4c..c3999ad52410c1e0eae2e95c19c6ec162ef730ab 100644 (file)
@@ -52,7 +52,7 @@
 # LVM volume group here instead
 #
 ##
-lvm = <% real_xen_lvm -%>
+lvm = <%= real_xen_lvm -%>
 
 
 #
@@ -211,8 +211,11 @@ initrd      = /boot/initrd.img-`uname -r`
 #
 # The default mirror for debootstrap to install Debian-derived distributions
 #
+<% if in_colo == "no" -%>
+mirror = http://ftp.us.debian.org/debian/
+<% else -%>
 mirror = http://macaw.riseup.net:9999/debian/
-
+<% end %>
 #
 # A mirror suitable for use when installing the Dapper release of Ubuntu.
 #