summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_feature_powershell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_feature_powershell.rb')
-rw-r--r--lib/chef/resource/windows_feature_powershell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_feature_powershell.rb b/lib/chef/resource/windows_feature_powershell.rb
index 7d384fecb4..82713e3438 100644
--- a/lib/chef/resource/windows_feature_powershell.rb
+++ b/lib/chef/resource/windows_feature_powershell.rb
@@ -24,7 +24,7 @@ class Chef
class Resource
class WindowsFeaturePowershell < Chef::Resource
resource_name :windows_feature_powershell
- provides :windows_feature_powershell
+ provides(:windows_feature_powershell) { true }
description "Use the windows_feature_powershell resource to add, remove or"\
" delete Windows features and roles using PowerShell. This resource"\