diff options
author | Tim Smith <tsmith@chef.io> | 2017-08-11 10:11:37 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-08-11 10:11:37 -0700 |
commit | 85ac798458dec7495e9d99b3f279b4db2e71b206 (patch) | |
tree | e32479ed574a9d8977fcbf51997da0f67e76d92e /RELEASE_NOTES.md | |
parent | 6104a7d939edd8d10698b861255b266f83449c76 (diff) | |
download | chef-85ac798458dec7495e9d99b3f279b4db2e71b206.tar.gz |
Improve apt_preference docs
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 15435b2da5..980ceec6ca 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -28,9 +28,9 @@ The `windows_task` resource now properly allows updating the configuration of a ## apt_preference Resource -The apt_preference resource has been ported from the apt cookbook. This resource allows for the creation of APT preference files controlling which versions of packages will be installed. +The apt_preference resource has been ported from the apt cookbook. This resource allows for the creation of APT preference files controlling which packages take priority in installed. -Further information regarding apt-pinning is available via <https://wiki.debian.org/AptPreferences>. +Further information regarding apt-pinning is available via <https://wiki.debian.org/AptPreferences> and <https://manpages.debian.org/stretch/apt/apt_preferences.5.en.html> ### Actions |