diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-17 11:41:56 -0700 |
---|---|---|
committer | kagarmoe <kgarmoe@chef.io> | 2018-09-17 17:41:16 -0700 |
commit | 42d9066f08535195c9a91bd325dfcabc16c85de5 (patch) | |
tree | 4e17278a9e8fe2f12e967979144acb0c2dcbd4d6 /lib/chef/resource | |
parent | d6a2f9ceffbba43f29a0dc9628ab888b4832d47e (diff) | |
download | chef-42d9066f08535195c9a91bd325dfcabc16c85de5.tar.gz |
Add Chef 14.5 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r-- | lib/chef/resource/windows_workgroup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_workgroup.rb b/lib/chef/resource/windows_workgroup.rb index 7d0f462caf..229afa2e8e 100644 --- a/lib/chef/resource/windows_workgroup.rb +++ b/lib/chef/resource/windows_workgroup.rb @@ -26,7 +26,7 @@ class Chef include Chef::Mixin::PowershellOut - description "Use the windows_workgroup resource to join change the workgroup of a machine." + description "Use the windows_workgroup resource to join or change the workgroup of a Windows host." introduced "14.5" property :workgroup_name, String, |