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 be3f487ca3..fa48f79943 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -99,5 +99,7 @@ require 'chef/provider/mount/windows'
require 'chef/provider/deploy/revision'
require 'chef/provider/deploy/timestamped'
+require 'chef/provider/remote_file/ftp'
+
require "chef/provider/lwrp_base"
require 'chef/provider/registry_key'