diff options
Diffstat (limited to 'lib/chef/resource/windows_feature.rb')
-rw-r--r-- | lib/chef/resource/windows_feature.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_feature.rb b/lib/chef/resource/windows_feature.rb index 84778e2bcb..d7bb1180c4 100644 --- a/lib/chef/resource/windows_feature.rb +++ b/lib/chef/resource/windows_feature.rb @@ -24,7 +24,9 @@ class Chef resource_name :windows_feature provides :windows_feature - description "Using the windows_feature resource to add, remove or delete Windows features and roles" + description "Use the windows_feature resource to add, remove or delete Windows features and roles. This resource calls"\ + " the 'windows_feature_dism' or 'windows_feature_powershell' resources depending on the specified installation"\ + " method and defaults to dism, which is available on both Workstation and Server editions of Windows." introduced "14.0" property :feature_name, [Array, String], |