summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apt/templates
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-14 18:27:51 +0100
committervarac <varacanero@zeromail.org>2013-03-14 18:27:51 +0100
commit0c61b8e76a4bf813886d4f8458b6002f7d143faa (patch)
treef5b4d0b91a0ca29841669bafeb8de90f37a7a78f /puppet/modules/site_apt/templates
parent0984ad1726a9166d7143fcdee5dd000f715e6150 (diff)
added apt preferences template that includes squeeze
Diffstat (limited to 'puppet/modules/site_apt/templates')
-rw-r--r--puppet/modules/site_apt/templates/preferences.include_squeeze25
1 files changed, 25 insertions, 0 deletions
diff --git a/puppet/modules/site_apt/templates/preferences.include_squeeze b/puppet/modules/site_apt/templates/preferences.include_squeeze
new file mode 100644
index 00000000..d10c2864
--- /dev/null
+++ b/puppet/modules/site_apt/templates/preferences.include_squeeze
@@ -0,0 +1,25 @@
+Explanation: Debian wheezy
+Package: *
+Pin: release o=Debian,n=wheezy
+Pin-Priority: 990
+
+Explanation: Debian wheezy-updates
+Package: *
+Pin: release o=Debian,n=wheezy-updates
+Pin-Priority: 990
+
+Explanation: Debian sid
+Package: *
+Pin: release o=Debian,n=sid
+Pin-Priority: 1
+
+Explanation: De
+Package: *
+Pin: release o=Debian,n=squeeze
+Pin-Priority: 980
+
+Explanation: Debian fallback
+Package: *
+Pin: release o=Debian
+Pin-Priority: -10
+