aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2009-12-13 15:14:39 +0100
committernadir <nadir-technik@nadir.org>2009-12-13 15:14:39 +0100
commit0c86627838c5cafbc4f6c5ecfaf389a90e0dcc20 (patch)
treea5a23b6642f6c24cd142b61b348b8112e4a7e7e2 /templates
parent1c491fecdaa31b0729de4cbcfac431829851b989 (diff)
downloadpuppet-apt-0c86627838c5cafbc4f6c5ecfaf389a90e0dcc20.tar.gz
puppet-apt-0c86627838c5cafbc4f6c5ecfaf389a90e0dcc20.tar.bz2
added $apt_volatile_enabled, updated README
Diffstat (limited to 'templates')
-rw-r--r--templates/sources.list.volatile.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/sources.list.volatile.erb b/templates/sources.list.volatile.erb
new file mode 100644
index 0000000..06d6590
--- /dev/null
+++ b/templates/sources.list.volatile.erb
@@ -0,0 +1,7 @@
+# This file is brought to you by puppet
+
+<% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable" || lsbdistcodename == "squeeze") -%>
+# There are no backports for for <%= lsbdistcodename %>
+<% else -%>
+deb http://volatile.debian.org/debian-volatile <%= lsbdistcodename %>/volatile main contrib non-free
+<% end -%>