diff options
author | nimisha <nimisha.sharad@clogeny.com> | 2017-07-27 15:36:31 +0530 |
---|---|---|
committer | nimisha <nimisha.sharad@clogeny.com> | 2017-08-16 14:48:48 +0530 |
commit | b8c447a3f7e821773dfec4bc443e344c05d906a0 (patch) | |
tree | 5f9b7bd0b28813943e9ed2fa7b86942bf7568a7c /lib/chef/providers.rb | |
parent | 515e2a4b04521a1a9f49b9681680507e410101b0 (diff) | |
download | chef-b8c447a3f7e821773dfec4bc443e344c05d906a0.tar.gz |
Added windows_path resource
Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index e5b39c4e3c..a3332477e7 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -61,6 +61,7 @@ require "chef/provider/whyrun_safe_ruby_block" require "chef/provider/yum_repository" require "chef/provider/windows_task" require "chef/provider/zypper_repository" +require "chef/provider/windows_path" require "chef/provider/env/windows" |