]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/ganeti2/templates/instance-debootstrap/variants/dsa.conf.erb
add ganeti3 cluster
[dsa-puppet.git] / modules / ganeti2 / templates / instance-debootstrap / variants / dsa.conf.erb
1 <%=
2 case scope.lookupvar('::cluster')
3         when "ganeti2.debian.org" then 'MIRROR="http://mirror-ubc.debian.org/debian"'
4         when "ganeti-osuosl.debian.org" then 'MIRROR="http://debian.osuosl.org/debian"'
5         when "ganeti3.debian.org" then 'MIRROR="http://mirror.ayous.org/debian"'
6         else 'MIRROR="http://http.debian.net/debian"'
7 end
8 %>
9 ARCH="amd64"
10 SUITE="squeeze"