aboutsummaryrefslogtreecommitdiff
path: root/templates/preferences_squeeze.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-06 12:30:50 +0200
committerintrigeri <intrigeri@boum.org>2010-10-06 12:30:50 +0200
commitff73987f30e6566b9a89208e6b1ad96724571e0c (patch)
tree248b6800cbed4c62b17e078e346f50d86a36130b /templates/preferences_squeeze.erb
parent81fe80d914a2036503cd38fd5d37ad73e558ebd2 (diff)
downloadpuppet-apt-ff73987f30e6566b9a89208e6b1ad96724571e0c.tar.gz
puppet-apt-ff73987f30e6566b9a89208e6b1ad96724571e0c.tar.bz2
Add per-release preferences files.
The previous default pinning preferences only supported tracking stable. Tracking squeeze or sid is now possible.
Diffstat (limited to 'templates/preferences_squeeze.erb')
-rw-r--r--templates/preferences_squeeze.erb19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/preferences_squeeze.erb b/templates/preferences_squeeze.erb
new file mode 100644
index 0000000..9aef25a
--- /dev/null
+++ b/templates/preferences_squeeze.erb
@@ -0,0 +1,19 @@
+Explanation: Debian <%= codename %>
+Package: *
+Pin: release o=Debian,n=<%= codename %>
+Pin-Priority: 990
+
+Explanation: Debian wheezy
+Package: *
+Pin: release o=Debian,n=wheezy
+Pin-Priority: 2
+
+Explanation: Debian sid
+Package: *
+Pin: release o=Debian,n=sid
+Pin-Priority: 1
+
+Explanation: Debian fallback
+Package: *
+Pin: release o=Debian
+Pin-Priority: -10