diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-02 10:49:49 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-02 10:49:49 -0800 |
commit | 49dfa83f72a46428365fbc7f2b46d091edfc839e (patch) | |
tree | c66f845b77d6cf043cff33304d870233dab4976a /lib/chef/resource/windows_path.rb | |
parent | 31c8fb12bb4d4ae5a853cf25e2b80843c00bf918 (diff) | |
download | chef-49dfa83f72a46428365fbc7f2b46d091edfc839e.tar.gz |
Don't restrict the provides to os: windowswindows_path
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_path.rb')
-rw-r--r-- | lib/chef/resource/windows_path.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_path.rb b/lib/chef/resource/windows_path.rb index a8a882d4c1..7da24a3c06 100644 --- a/lib/chef/resource/windows_path.rb +++ b/lib/chef/resource/windows_path.rb @@ -25,7 +25,7 @@ class Chef # @since 13.4 class WindowsPath < Chef::Resource resource_name :windows_path - provides :windows_path, os: "windows" + provides :windows_path allowed_actions :add, :remove default_action :add |