Speed up dpkg by using unasfe-io on porterbox chroots
[mirror/dsa-puppet.git] / modules / porterbox / templates / default-mirror.erb
index df1dc9f..a5822f9 100644 (file)
@@ -1,8 +1,8 @@
 <%=
 ninfo = scope.lookupvar('site::nodeinfo')
-if ninfo['hoster'].has_key?('mirror-debian'):
+if ninfo['hoster'].has_key?('mirror-debian') then
     ninfo['hoster']['mirror-debian']
 else
-    'cdn.debian.net'
+    'http://cdn.debian.net/debian'
 end
 %>