]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/porterbox/templates/default-mirror.erb
puppetmaster -> wheezy, Pt II
[dsa-puppet.git] / modules / porterbox / 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 %>