aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-06-25 09:50:19 +0000
committerdavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-06-25 09:50:19 +0000
commitf0c91f753a67436ed517b7bd231ee892a8f6c071 (patch)
treebe7496fb0785708d90ba609d1ccf05b54fa6e4fc /templates
downloadpuppet-apt-f0c91f753a67436ed517b7bd231ee892a8f6c071.tar.gz
puppet-apt-f0c91f753a67436ed517b7bd231ee892a8f6c071.tar.bz2
modularised apt
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@58 f03ff2f1-f02d-0410-970d-b9634babeaa1
Diffstat (limited to 'templates')
-rw-r--r--templates/preferences.erb7
-rw-r--r--templates/sources.list.erb14
2 files changed, 21 insertions, 0 deletions
diff --git a/templates/preferences.erb b/templates/preferences.erb
new file mode 100644
index 0000000..ac71582
--- /dev/null
+++ b/templates/preferences.erb
@@ -0,0 +1,7 @@
+Package: *
+Pin: release a=unstable
+Pin-Priority: 1
+
+Package: *
+Pin: release a=testing
+Pin-Priority: 2
diff --git a/templates/sources.list.erb b/templates/sources.list.erb
new file mode 100644
index 0000000..a3880c5
--- /dev/null
+++ b/templates/sources.list.erb
@@ -0,0 +1,14 @@
+# This file is brought to you by puppet
+
+# basic <%= dv %>
+deb http://ftp.at.debian.org/debian <%= dv %> main
+# security suppport
+deb http://security.debian.org/ <%= dv %>/updates main
+# local packages
+#deb http://puppetmaster:81/ /
+
+# additional packages, see preferences
+#deb http://ftp.at.debian.org/debian sid main
+
+# backports
+deb http://www.backports.org/debian/ <%= dv %>-backports main