summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorharikesh-kolekar <harikesh.kolekar@msystechnologies.com>2018-01-30 10:37:17 +0000
committerharikesh-kolekar <harikesh.kolekar@msystechnologies.com>2018-01-31 16:56:06 +0530
commited4b10b43cf04c51232a99a818866af768241add (patch)
treee0e29b919a7af20fea68bd29fac87577ac70ccbf /lib/chef/providers.rb
parent85ad3ee585ab50d173c083325d106967d2161dab (diff)
downloadchef-ed4b10b43cf04c51232a99a818866af768241add.tar.gz
require file as per alphabetical order
Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb3
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"