Move some of the porterbox schroot logic to the schroot module that is shared with...
[mirror/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://cdn.debian.net/debian'
7 end
8 %>