diff options
author | Tim Smith <tsmith@chef.io> | 2017-08-11 10:57:28 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-08-11 10:57:28 -0700 |
commit | 523bdd38065cb72b2a6e1c3eaacd90cd5214344b (patch) | |
tree | 7493926407d097d02ec984677be5664b284c2d8f /RELEASE_NOTES.md | |
parent | 85ac798458dec7495e9d99b3f279b4db2e71b206 (diff) | |
download | chef-523bdd38065cb72b2a6e1c3eaacd90cd5214344b.tar.gz |
Fix bad examples in the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 980ceec6ca..c29cd049ff 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -17,7 +17,7 @@ It is now possible to pass additional options to the zypper in the zypper_packag ### Example: ```ruby -zypper_package 'foo' +zypper_package 'foo' do options '--user-provided' end ``` @@ -28,7 +28,7 @@ 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 packages take priority in 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 during installation. 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> @@ -109,6 +109,7 @@ zypper_repository 'apache' do path '/openSUSE_Leap_42.2' type 'rpm-md' priority '100' +end ``` ## Ohai Release Notes 13.3: |