diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-05 14:13:31 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-05 14:13:31 -0700 |
commit | 6d9f2aa4a6c455ebdb3654c1f2ca7b495d24b8fc (patch) | |
tree | 2f816e2fc8e27f33a0a1af35eafe3f7dc3f31394 /omnibus/Berksfile | |
parent | 09d60a1565e8923f6feb3b58dd1bfacc45538aa5 (diff) | |
download | chef-6d9f2aa4a6c455ebdb3654c1f2ca7b495d24b8fc.tar.gz |
Cleanup the Test Kitchen setup in omnibus
Unpin cookbook deps
Remove platforms we don't support anymore
Add new platforms
Update instructions for getting setup in Vagrant Cloud
Fold the kitchen files into a single file
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/Berksfile')
-rw-r--r-- | omnibus/Berksfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/omnibus/Berksfile b/omnibus/Berksfile index 614c6da643..4e6a878bf4 100644 --- a/omnibus/Berksfile +++ b/omnibus/Berksfile @@ -3,10 +3,10 @@ source "https://supermarket.chef.io" cookbook "omnibus" # Uncomment to use the latest version of the Omnibus cookbook from GitHub -# cookbook 'omnibus', github: 'opscode-cookbooks/omnibus' +# cookbook 'omnibus', github: 'chef-cookbooks/omnibus' group :integration do - cookbook "apt", "~> 2.3" - cookbook "freebsd", "~> 0.1" - cookbook "yum-epel", "~> 0.3" + cookbook "apt" + cookbook "freebsd" + cookbook "yum-epel" end |