diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-11-12 12:00:54 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-11-12 12:00:54 -0800 |
commit | 1aaccd8369b096a6134412a1a22db865cd198e4e (patch) | |
tree | c2bb39d98f213863c88abaebf504446b30007a05 /kitchen-tests/cookbooks | |
parent | ae5a9aabfc6e1eec5581c45c300fb4286304e97b (diff) | |
download | chef-1aaccd8369b096a6134412a1a22db865cd198e4e.tar.gz |
Switch our tests back to chef-sugar
The repo is defaulting to chef-sugar now. We'll continue to ship -ng to
support anyone that switched to it, but it's not the main gem.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/metadata.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/metadata.rb b/kitchen-tests/cookbooks/end_to_end/metadata.rb index 5914e07a1a..9394d16408 100644 --- a/kitchen-tests/cookbooks/end_to_end/metadata.rb +++ b/kitchen-tests/cookbooks/end_to_end/metadata.rb @@ -3,7 +3,7 @@ license "Apache-2.0" description "Installs/Configures base" version "1.0.0" -gem "chef-sugar-ng" +gem "chef-sugar" depends "chef-client" depends "logrotate" |