]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/porterbox/templates/default-mirror.erb
Work with proper mirror URLs, II
[dsa-puppet.git] / modules / porterbox / templates / default-mirror.erb
index df1dc9fb0c181ba0e9f2aff37cfd6f21d50ae845..aa76940e3479edb1648e73856044103f0cfb6052 100644 (file)
@@ -3,6 +3,6 @@ ninfo = scope.lookupvar('site::nodeinfo')
 if ninfo['hoster'].has_key?('mirror-debian'):
     ninfo['hoster']['mirror-debian']
 else
-    'cdn.debian.net'
+    'http://cdn.debian.net/debian'
 end
 %>