]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/schroot/templates/default-mirror.erb
Only sync logs once per day since we are only transferring rotated logs
[dsa-puppet.git] / modules / schroot / templates / default-mirror.erb
index 0208890bc38ffb657f3c0650d318d530c3f5a8de..48d680f0e0cafd4d1bfd04468c16858ea1e4ad87 100644 (file)
@@ -3,6 +3,6 @@ ninfo = scope.lookupvar('site::nodeinfo')
 if ninfo['hoster'].has_key?('mirror-debian') then
     ninfo['hoster']['mirror-debian']
 else
-    'http://http.debian.net/debian'
+    'http://ftp.debian.org/debian'
 end
 %>