remove ,bind from schroot fstab on freebsd
[mirror/dsa-puppet.git] / modules / schroot / templates / default-mirror.erb
index 0208890..48d680f 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
 %>