aboutsummaryrefslogtreecommitdiff
path: root/templates/Ubuntu/sources.list.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-17 01:35:37 +0200
committerintrigeri <intrigeri@boum.org>2010-10-17 01:35:37 +0200
commite2f80db7b76171e5945127e2fd42fb35043990fb (patch)
treeeae4de6311f33d6c1a813d38997fae6acbd50ada /templates/Ubuntu/sources.list.erb
parent7613ddde674f4688c99bc26502d12007b933f061 (diff)
downloadpuppet-apt-e2f80db7b76171e5945127e2fd42fb35043990fb.tar.gz
puppet-apt-e2f80db7b76171e5945127e2fd42fb35043990fb.tar.bz2
Bring in a bit of Ubuntu support from Nadir.
Diffstat (limited to 'templates/Ubuntu/sources.list.erb')
-rw-r--r--templates/Ubuntu/sources.list.erb22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/Ubuntu/sources.list.erb b/templates/Ubuntu/sources.list.erb
new file mode 100644
index 0000000..44f3024
--- /dev/null
+++ b/templates/Ubuntu/sources.list.erb
@@ -0,0 +1,22 @@
+# This file is brought to you by puppet
+
+# basic <%= lsbdistcodename %>
+deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> main restricted universe multiverse
+<% if include_src then -%>
+deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> main restricted universe multiverse
+<% end -%>
+
+# updates
+deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-updates main restricted universe multiverse
+<% if include_src then -%>
+deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-updates main restricted universe multiverse
+<% end -%>
+
+# security suppport
+deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-security main restricted universe multiverse
+<% if include_src then -%>
+deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-security main restricted universe multiverse
+<% end -%>
+
+# backports
+deb http://archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-backports main universe multiverse restricted