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.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index f4b3175546..500bc727c8 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -107,3 +107,13 @@ require 'chef/provider/remote_file/local_file'
require "chef/provider/lwrp_base"
require 'chef/provider/registry_key'
+
+require 'chef/provider/file/content'
+require 'chef/provider/file/content/file'
+require 'chef/provider/file/content/remote_file'
+require 'chef/provider/file/content/cookbook_file'
+require 'chef/provider/file/content/template'
+require 'chef/provider/file/deploy/cp_unix'
+require 'chef/provider/file/deploy/mv_unix'
+require 'chef/provider/file/deploy/mv_windows'
+