projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix path
[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://ftp.debian.org/debian'
7
end
8
%>