diff options
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 582f055260..8b07e1b405 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -27,8 +27,6 @@ require "chef/provider/cron/aix" require "chef/provider/directory" require "chef/provider/dsc_script" require "chef/provider/dsc_resource" -require "chef/provider/windows_env" -require "chef/provider/erl_call" require "chef/provider/execute" require "chef/provider/file" require "chef/provider/git" @@ -57,6 +55,7 @@ require "chef/provider/systemd_unit" require "chef/provider/template" require "chef/provider/user" require "chef/provider/whyrun_safe_ruby_block" +require "chef/provider/windows_env" require "chef/provider/yum_repository" require "chef/provider/windows_task" require "chef/provider/zypper_repository" |