diff options
author | Tim Smith <tsmith@chef.io> | 2018-04-06 20:22:01 -0400 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-04-06 20:22:01 -0400 |
commit | 733934d40b7f4e1008295351ce6f71bee15811d9 (patch) | |
tree | 6edaa2f5321e7b22e9c01df0282c1ecc19ad026b /lib/chef/resource/windows_feature_powershell.rb | |
parent | e9c34c593d4fcff1642bd572360cd0f83f0e2bb4 (diff) | |
download | chef-provides.tar.gz |
Modify the provides for all resources from cookbooks so chef winsprovides
Due to changes in chef-client 14 old cookbooks started winning and this causes lots of problems, especially for old incompatible resources. Chef client should always win here.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_feature_powershell.rb')
-rw-r--r-- | lib/chef/resource/windows_feature_powershell.rb | 2 |
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"\ |