aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-09 13:04:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-09 13:04:52 -0300
commit158ccffbcc6aadaba9d10a0f2e83a96f9133616c (patch)
tree2883a94f9335610dc275156699d176d51aecb364 /templates
parent4d1c39a75ac371b0acd05207438e3ef20fe261fb (diff)
downloadpuppet-apt-158ccffbcc6aadaba9d10a0f2e83a96f9133616c.tar.gz
puppet-apt-158ccffbcc6aadaba9d10a0f2e83a96f9133616c.tar.bz2
Adding precise template
Diffstat (limited to 'templates')
-rw-r--r--templates/Ubuntu/preferences_precise.erb30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/Ubuntu/preferences_precise.erb b/templates/Ubuntu/preferences_precise.erb
new file mode 100644
index 0000000..30d3ec6
--- /dev/null
+++ b/templates/Ubuntu/preferences_precise.erb
@@ -0,0 +1,30 @@
+Explanation: Ubuntu <%= codename %> security
+Package: *
+Pin: release o=Ubuntu,a=<%= codename %>-security
+Pin-Priority: 990
+
+Explanation: Ubuntu <%= codename %> updates
+Package: *
+Pin: release o=Ubuntu,a=<%= codename %>-updates
+Pin-Priority: 980
+
+Explanation: Ubuntu <%= codename %>
+Package: *
+Pin: release o=Ubuntu,a=<%= codename %>
+Pin-Priority: 970
+
+Explanation: Ubuntu backports
+Package: *
+Pin: release a=<%= codename %>-backports
+Pin-Priority: 200
+
+Explanation: Ubuntu <%= next_release %>
+Package: *
+Pin: release o=Ubuntu,a=<%= next_release %>
+Pin-Priority: 2
+
+Explanation: Ubuntu fallback
+Package: *
+Pin: release o=Ubuntu
+Pin-Priority: -10
+