summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_feature_dism.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-06 11:56:09 -0800
committerTim Smith <tsmith@chef.io>2018-11-06 11:56:09 -0800
commite34c188b4e64a359094c0a43fb3cdc1c5c134304 (patch)
tree9ccfaca67be80edeb737b43e2a92ffd16f91dd81 /lib/chef/resource/windows_feature_dism.rb
parentaf1d8fa79d2a2233134a4fc4049845fee87f9530 (diff)
downloadchef-e34c188b4e64a359094c0a43fb3cdc1c5c134304.tar.gz
Add additional descriptions to resource and update otherswording
Update descriptions to match the edits that were done to the docs site. Also fix windows_share to lazily eval the arrays, which is a bugfix + a docs fix the way we generate docs right now. Signed-off-by: Tim Smith <tsmith@chef.io>gi Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_feature_dism.rb')
-rw-r--r--lib/chef/resource/windows_feature_dism.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_feature_dism.rb b/lib/chef/resource/windows_feature_dism.rb
index 2c2d7fc431..967c767497 100644
--- a/lib/chef/resource/windows_feature_dism.rb
+++ b/lib/chef/resource/windows_feature_dism.rb
@@ -25,7 +25,7 @@ class Chef
resource_name :windows_feature_dism
provides(:windows_feature_dism) { true }
- description "Use the windows_feature_dism resource to add, remove or delete Windows features and roles using DISM"
+ description "Use the windows_feature_dism resource to add, remove, or entirely delete Windows features and roles using DISM."
introduced "14.0"
property :feature_name, [Array, String],