summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorJesse Campbell <hikeit@gmail.com>2013-02-28 11:54:31 -0500
committerJesse Campbell <hikeit@gmail.com>2013-02-28 11:54:31 -0500
commit6a8476ef8edb618e6a0fc7169e81aa900dd8260f (patch)
treef88fdca145afaadc27a05ce081cdd6da42fa2c61 /lib/chef/providers.rb
parent4f01be11f89c1a340cb97c227148795c870298cd (diff)
downloadchef-6a8476ef8edb618e6a0fc7169e81aa900dd8260f.tar.gz
break up into separate classes for each supported scheme
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 fa48f79943..0c7aed61b8 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -100,6 +100,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'