diff options
author | Christopher Maier <cm@opscode.com> | 2012-11-28 17:41:30 -0500 |
---|---|---|
committer | Christopher Maier <cm@opscode.com> | 2012-11-28 17:41:30 -0500 |
commit | de5af27d854e193b6783bea1d79711c7756c8c6b (patch) | |
tree | 4d657cf4c70f83877068bdd11200c1187698e962 /lib/chef/cookbook_uploader.rb | |
parent | ea3678bdbde7465927bc23f897b6fc9e16d8640a (diff) | |
download | chef-de5af27d854e193b6783bea1d79711c7756c8c6b.tar.gz |
Add a dummy Chef::Sandbox class back in
This allows Chef 11 clients to interact with Chef 10 servers (specifically, to upload cookbooks) without crashing.
Diffstat (limited to 'lib/chef/cookbook_uploader.rb')
-rw-r--r-- | lib/chef/cookbook_uploader.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/cookbook_uploader.rb b/lib/chef/cookbook_uploader.rb index 8dd50ac043..90c9ee9996 100644 --- a/lib/chef/cookbook_uploader.rb +++ b/lib/chef/cookbook_uploader.rb @@ -7,6 +7,7 @@ require 'chef/checksum_cache' require 'chef/cookbook_version' require 'chef/cookbook/syntax_check' require 'chef/cookbook/file_system_file_vendor' +require 'chef/sandbox' class Chef class CookbookUploader |