summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-03-15 15:17:07 -0700
committerLamont Granquist <lamont@opscode.com>2013-03-15 16:39:35 -0700
commitb480aca6eb0167928cabfb47291a91ddcb50e434 (patch)
treeb2375ab1e65ed8535ee4dd9a5fb552a5f5285a72 /lib/chef/providers.rb
parent6b653284a81195d13c6561371fdcf70bb0fa0ee7 (diff)
downloadchef-b480aca6eb0167928cabfb47291a91ddcb50e434.tar.gz
refactoring of file providers
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'
+