aboutsummaryrefslogtreecommitdiff
path: root/templates/sources.list.volatile.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-15 21:21:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-15 21:21:32 -0300
commit98b043bdab72b66276cb3bba0784579d6bfbd4a6 (patch)
treec50dfcd88143bfda4573e74463a3d91f515f29e0 /templates/sources.list.volatile.erb
parent284acf0b93e45946d41a200868a5ddce1a1530e0 (diff)
downloadpuppet-apt-98b043bdab72b66276cb3bba0784579d6bfbd4a6.tar.gz
puppet-apt-98b043bdab72b66276cb3bba0784579d6bfbd4a6.tar.bz2
Adding support for debian volatile
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 -%>