]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/porterbox/templates/default-mirror.erb
Move some of the porterbox schroot logic to the schroot module that is shared with...
[dsa-puppet.git] / modules / porterbox / templates / default-mirror.erb
diff --git a/modules/porterbox/templates/default-mirror.erb b/modules/porterbox/templates/default-mirror.erb
deleted file mode 100644 (file)
index a5822f9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<%=
-ninfo = scope.lookupvar('site::nodeinfo')
-if ninfo['hoster'].has_key?('mirror-debian') then
-    ninfo['hoster']['mirror-debian']
-else
-    'http://cdn.debian.net/debian'
-end
-%>