schroot: use hiera debian mirror
[mirror/dsa-puppet.git] / modules / schroot / templates / default-mirror.erb
diff --git a/modules/schroot/templates/default-mirror.erb b/modules/schroot/templates/default-mirror.erb
deleted file mode 100644 (file)
index ab8772f..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
-    'https://deb.debian.org/debian'
-end
-%>