From 7655abea85be5731aa872489ee9561c69f7be0be Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 20 Mar 2013 15:13:05 -0700 Subject: locate objects closer to their primary concerns --- lib/chef/providers.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/chef/providers.rb') 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' -- cgit v1.2.1