diff options
author | Lamont Granquist <lamont@opscode.com> | 2013-04-09 14:46:40 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@opscode.com> | 2013-04-09 14:46:40 -0700 |
commit | 9b109f4ca4a2ab32d81dc39bfb8d1586610d4d74 (patch) | |
tree | 64fe15d5056cd15aa60e94fdb5db867d6fcec215 /lib/chef/providers.rb | |
parent | 8ba2ea4bf2211d56acc85f4897cffc8e61cff243 (diff) | |
download | chef-9b109f4ca4a2ab32d81dc39bfb8d1586610d4d74.tar.gz |
move the deploy switching stuff out of the resource and
into the lower level objects. clean up cp_unix a little bit.
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 07efed8f9a..8acf99c31e 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -116,6 +116,7 @@ require 'chef/provider/file/content' require 'chef/provider/remote_file/content' require 'chef/provider/cookbook_file/content' require 'chef/provider/template/content' +require 'chef/provider/file/deploy' require 'chef/provider/file/deploy/cp_unix' require 'chef/provider/file/deploy/mv_unix' require 'chef/provider/file/deploy/mv_windows' |