]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit
apt::hold: Add a mechanism to hold a package.
authorDaniele Sluijters <github@daenney.net>
Wed, 5 Mar 2014 09:13:42 +0000 (10:13 +0100)
committerDaniele Sluijters <github@daenney.net>
Wed, 5 Mar 2014 09:13:42 +0000 (10:13 +0100)
commit519babcfb68dc5e224ab8da4848220b6c69707c4
tree9b5185e238aff9ace459a3bcb242f45f641298fa
parentfd3e07e58fadc6efb25d524168575c39de0c5590
apt::hold: Add a mechanism to hold a package.

I am aware this can be done with `dpkg --set-selections`, `apt-mark`
or `ensure => 'held'` on a package resource. The changes to the README
include the full rationale for wanting another mechanism.
README.md
manifests/hold.pp [new file with mode: 0644]
spec/defines/hold_spec.rb [new file with mode: 0644]