summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 3a40c542ec..f4b3175546 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -102,6 +102,8 @@ require 'chef/provider/deploy/revision'
require 'chef/provider/deploy/timestamped'
require 'chef/provider/remote_file/ftp'
+require 'chef/provider/remote_file/http'
+require 'chef/provider/remote_file/local_file'
require "chef/provider/lwrp_base"
require 'chef/provider/registry_key'