diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-03 14:58:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-03 14:58:23 -0200 |
commit | c967da9a93ec930faa85db1345e37b6135cddcf8 (patch) | |
tree | ce869e09a6fae5b37e0abf4c4554498ab1c0d498 | |
parent | 869df260f17c3a5a84ffbb5ca4e2b74ebab130b9 (diff) | |
download | puppet-apt-c967da9a93ec930faa85db1345e37b6135cddcf8.tar.gz puppet-apt-c967da9a93ec930faa85db1345e37b6135cddcf8.tar.bz2 |
Adding preferences_oneiric.erb
-rw-r--r-- | templates/Ubuntu/preferences_oneiric.erb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/Ubuntu/preferences_oneiric.erb b/templates/Ubuntu/preferences_oneiric.erb new file mode 100644 index 0000000..30d3ec6 --- /dev/null +++ b/templates/Ubuntu/preferences_oneiric.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 + |