]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/schroot/templates/default-mirror.erb
cdn.debian.net has been deprecated, replace it with http.debian.net
[dsa-puppet.git] / modules / schroot / templates / default-mirror.erb
1 <%=
2 ninfo = scope.lookupvar('site::nodeinfo')
3 if ninfo['hoster'].has_key?('mirror-debian') then
4     ninfo['hoster']['mirror-debian']
5 else
6     'http://http.debian.net/debian'
7 end
8 %>