]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ganeti2/templates/instance-debootstrap/variants/dsa.conf.erb
See if we still need instance-debootstrap
[dsa-puppet.git] / modules / ganeti2 / templates / instance-debootstrap / variants / dsa.conf.erb
diff --git a/modules/ganeti2/templates/instance-debootstrap/variants/dsa.conf.erb b/modules/ganeti2/templates/instance-debootstrap/variants/dsa.conf.erb
deleted file mode 100644 (file)
index affb973..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<%=
-case scope.lookupvar('::cluster')
-        when "ganeti2.debian.org" then 'MIRROR="http://mirror-ubc.debian.org/debian"'
-        when "ganeti-osuosl.debian.org" then 'MIRROR="http://debian.osuosl.org/debian"'
-       when "ganeti3.debian.org" then 'MIRROR="http://mirror.ayous.org/debian"'
-       when "ganeti-bytemark.debian.org" then 'MIRROR="http://mirror.bytemark.co.uk/debian"'
-        else 'MIRROR="http://http.debian.net/debian"'
-end
-%>
-ARCH="amd64"
-SUITE="squeeze"