aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/Debian/preferences_lenny.erb (renamed from templates/preferences_lenny.erb)0
-rw-r--r--templates/Debian/preferences_sid.erb (renamed from templates/preferences_sid.erb)0
-rw-r--r--templates/Debian/preferences_squeeze.erb (renamed from templates/preferences_squeeze.erb)0
-rw-r--r--templates/Debian/sources.list.erb (renamed from templates/sources.list.erb)0
-rw-r--r--templates/Ubuntu/sources.list.erb22
5 files changed, 22 insertions, 0 deletions
diff --git a/templates/preferences_lenny.erb b/templates/Debian/preferences_lenny.erb
index 3de7959..3de7959 100644
--- a/templates/preferences_lenny.erb
+++ b/templates/Debian/preferences_lenny.erb
diff --git a/templates/preferences_sid.erb b/templates/Debian/preferences_sid.erb
index 3d8a45f..3d8a45f 100644
--- a/templates/preferences_sid.erb
+++ b/templates/Debian/preferences_sid.erb
diff --git a/templates/preferences_squeeze.erb b/templates/Debian/preferences_squeeze.erb
index f21562d..f21562d 100644
--- a/templates/preferences_squeeze.erb
+++ b/templates/Debian/preferences_squeeze.erb
diff --git a/templates/sources.list.erb b/templates/Debian/sources.list.erb
index 67da85d..67da85d 100644
--- a/templates/sources.list.erb
+++ b/templates/Debian/sources.list.erb
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