summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-03-20 15:13:05 -0700
committerLamont Granquist <lamont@opscode.com>2013-03-20 15:13:05 -0700
commit7655abea85be5731aa872489ee9561c69f7be0be (patch)
treea30da1e7a2c3a5d940d9fc3934d96f4d3b557971 /lib/chef/providers.rb
parentde0452180a1464d4a74992e0f9a83733ff4d8da2 (diff)
downloadchef-7655abea85be5731aa872489ee9561c69f7be0be.tar.gz
locate objects closer to their primary concerns
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 500bc727c8..b1ab2dc56a 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -108,11 +108,11 @@ require 'chef/provider/remote_file/local_file'
require "chef/provider/lwrp_base"
require 'chef/provider/registry_key'
+require 'chef/provider/file_content_base'
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/remote_file/content'
+require 'chef/provider/cookbook_file/content'
+require 'chef/provider/template/content'
require 'chef/provider/file/deploy/cp_unix'
require 'chef/provider/file/deploy/mv_unix'
require 'chef/provider/file/deploy/mv_windows'