summaryrefslogtreecommitdiff
path: root/templates/sources.list+unstable.erb
diff options
context:
space:
mode:
authorroot <root@puppet.koumbit.net>2008-01-25 16:50:17 -0500
committerroot <root@puppet.koumbit.net>2008-01-25 16:50:17 -0500
commitd203a72afc814bc8aa8a8e30b973d46e0cce8862 (patch)
tree19b19824af81cdcfcb8865b93d5817fa82d7e7cc /templates/sources.list+unstable.erb
parent383137e0fb064d96cb0de5e52698006b025a006d (diff)
split out backports and unstable sources.list
Diffstat (limited to 'templates/sources.list+unstable.erb')
-rw-r--r--templates/sources.list+unstable.erb15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/sources.list+unstable.erb b/templates/sources.list+unstable.erb
new file mode 100644
index 0000000..71d2987
--- /dev/null
+++ b/templates/sources.list+unstable.erb
@@ -0,0 +1,15 @@
+# This file is brought to you by puppet
+
+# basic <%= lsbdistcodename %>
+deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main contrib non-free
+# security suppport
+<% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%>
+# There is no security mirror for <%= lsbdistcodename %>
+<% else -%>
+deb http://security.debian.org/ <%= lsbdistcodename %>/updates main contrib non-free
+<% end -%>
+# local packages
+#deb http://puppetmaster:81/ /
+
+# follow unstable, pinned in preferences
+deb http://ftp.at.debian.org/debian sid main contrib non-free