diff options
author | Lamont Granquist <lamont@opscode.com> | 2013-03-26 14:06:57 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@opscode.com> | 2013-03-26 14:06:57 -0700 |
commit | b72b4163ddde9b2cd9995bc0bbee17d6b09e6b59 (patch) | |
tree | 6c21a1093d4b635e53ccb7d91ad60dfeb2e7ac45 /lib/chef/providers.rb | |
parent | 3fb58944e03ed994161019a5e842f8aa1f1e5f98 (diff) | |
download | chef-b72b4163ddde9b2cd9995bc0bbee17d6b09e6b59.tar.gz |
peel some resposibilities out of the content object
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index b1ab2dc56a..07efed8f9a 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -104,6 +104,9 @@ require 'chef/provider/deploy/timestamped' require 'chef/provider/remote_file/ftp' require 'chef/provider/remote_file/http' require 'chef/provider/remote_file/local_file' +require 'chef/provider/remote_file/fetcher' +require 'chef/provider/remote_file/result' +require 'chef/provider/remote_file/util' require "chef/provider/lwrp_base" require 'chef/provider/registry_key' |