summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-21 12:46:36 -0700
committerGitHub <noreply@github.com>2021-07-21 12:46:36 -0700
commit07ec64898a7baebcd71357ac88557ac61953df40 (patch)
treedb166e6382abe8cb57525d18cedc129d77ae489e
parentccc317ba10546f31beed972a4b380f0c40ea8b72 (diff)
downloadchef-07ec64898a7baebcd71357ac88557ac61953df40.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f4318a520a..2a4bffbe04 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -107,7 +107,7 @@ Updated the powershell_package resource to allow passing an array of install opt
#### windows_printer
-The `windows_printer` resource has been updated to better load the current state of the printer and to allow controlling the creation of the printer port. The resource now includes a `create_port` property that allows skipping the creation of the printer port and a `port_name` property that allows specifying the name of the port to use. With these new properties, users can create advanced printer ports using the `windows_printer_port` resource and then attach a new printer to those ports using the `windows_printer` resource.
+Updated the `windows_printer` resource to better load the current state of the printer and to allow controlling the creation of the printer port. The resource now includes a `create_port` property that allows skipping the creation of the printer port and a `port_name` property that allows specifying the name of the port to use. With these new properties, users can create advanced printer ports using the `windows_printer_port` resource and then attach a new printer to those ports using the `windows_printer` resource.
```ruby
windows_printer_port '10.4.64.39' do