diff options
author | Tim Smith <tsmith@chef.io> | 2021-06-09 12:03:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 12:03:21 -0700 |
commit | bb40220e43adf96561619d41f0a1ef1fe1635012 (patch) | |
tree | 2c879a0fc9d47ad59327001eae998dcde5b394d7 /omnibus | |
parent | c3d5f335a44e68d371f5393f6c7ad08d8de0736c (diff) | |
download | chef-bb40220e43adf96561619d41f0a1ef1fe1635012.tar.gz |
Add testing of installing knife into the client (#11682)
* Test installing knife gem into the client
Let's make sure this works on all platforms
Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove ed25519 gem from the omnibus install
If we can install knife we're good.
Signed-off-by: Tim Smith <tsmith@chef.io>
* Install knife on everything but RHEL 6
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index b158cddb7d..360a1fdce5 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/omnibus-software.git - revision: d85ed8bae2eef5d2bd9af93e88330d39773bf0e1 + revision: e86bf087a5c80a16eef90fae62dca9623b37ea2f branch: master specs: omnibus-software (4.0.0) |