aboutsummaryrefslogtreecommitdiff
path: root/templates/sources.list.volatile.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sources.list.volatile.erb')
-rw-r--r--templates/sources.list.volatile.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/sources.list.volatile.erb b/templates/sources.list.volatile.erb
new file mode 100644
index 0000000..cc9316b
--- /dev/null
+++ b/templates/sources.list.volatile.erb
@@ -0,0 +1,8 @@
+# This file is brought to you by puppet
+
+# backports
+<% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%>
+# There are no backports for for <%= lsbdistcodename %>
+<% else -%>
+deb http://volatile.debian.org/debian-volatile <%= lsbdistcodename %>/volatile main contrib non-free
+<% end -%>