summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-08-11 10:57:55 -0700
committerGitHub <noreply@github.com>2017-08-11 10:57:55 -0700
commita2fc22728cb6306ed9d4151dc9286d29bb52fa92 (patch)
tree4c137c32bc63efb0cdee6bfc7df73ac563dab4f9
parentd952d5df271dc9574f0e1de67c5c61c8cf43ac0c (diff)
parent523bdd38065cb72b2a6e1c3eaacd90cd5214344b (diff)
downloadchef-a2fc22728cb6306ed9d4151dc9286d29bb52fa92.tar.gz
Merge pull request #6326 from chef/notes3
Fix bad examples in the release notes
-rw-r--r--RELEASE_NOTES.md5
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: