diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-17 12:33:28 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-17 12:35:58 -0700 |
commit | ddb93d1d20205565fd7092e2fdeca3efddb00698 (patch) | |
tree | 36d5ed77cb294ed204d3711b920c1e4c038aaef5 /kitchen-tests | |
parent | a1f9544e2ad149febbdd3e9acaacfec0323c20dd (diff) | |
download | chef-ddb93d1d20205565fd7092e2fdeca3efddb00698.tar.gz |
Chef-13: remove Chef::Platform.set and related methods
Switch over the Chef-12.0 ProviderResolver is now completed.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/Berksfile | 4 | ||||
-rw-r--r-- | kitchen-tests/Berksfile.lock | 23 |
2 files changed, 11 insertions, 16 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index 5319e45a19..09e4cea33a 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -8,6 +8,6 @@ cookbook "php", "~> 1.5.0" cookbook "resolver", github: "chef-cookbooks/resolver" cookbook "awesome_customers_ubuntu_wrapper", path: "cookbooks/awesome_customers_ubuntu_wrapper" -cookbook "awesome_customers_ubuntu", github: "learn-chef/awesome_customers_ubuntu" +cookbook "awesome_customers_ubuntu", github: "lamont-granquist/awesome_customers_ubuntu", branch: "lcg/bump-mysql-version" cookbook "awesome_customers_rhel_wrapper", path: "cookbooks/awesome_customers_rhel_wrapper" -cookbook "awesome_customers_rhel", github: "learn-chef/awesome_customers_rhel" +cookbook "awesome_customers_rhel", github: "lamont-granquist/awesome_customers_rhel", branch: "lcg/bump-mysql-version" diff --git a/kitchen-tests/Berksfile.lock b/kitchen-tests/Berksfile.lock index ee11d811c0..51217e0602 100644 --- a/kitchen-tests/Berksfile.lock +++ b/kitchen-tests/Berksfile.lock @@ -1,12 +1,14 @@ DEPENDENCIES awesome_customers_rhel - git: https://github.com/learn-chef/awesome_customers_rhel.git - revision: b576fcf2988e2cdf156e7ba6ff59a94d556e16f1 + git: https://github.com/lamont-granquist/awesome_customers_rhel.git + revision: ed730957b1b75c8701c708e2deb0740ca8325322 + branch: lcg/bump-mysql-version awesome_customers_rhel_wrapper path: cookbooks/awesome_customers_rhel_wrapper awesome_customers_ubuntu - git: https://github.com/learn-chef/awesome_customers_ubuntu.git - revision: fea174c5855266f28218f76f00f6eff69e850244 + git: https://github.com/lamont-granquist/awesome_customers_ubuntu.git + revision: 9d40958413d0ed1ef1e68c74d41895158c724964 + branch: lcg/bump-mysql-version awesome_customers_ubuntu_wrapper path: cookbooks/awesome_customers_ubuntu_wrapper base @@ -23,7 +25,7 @@ GRAPH database (~> 6.0) firewall (~> 2.5) httpd (~> 0.4) - mysql (~> 7.0) + mysql (~> 8.0) mysql2_chef_gem (~> 1.1) selinux (~> 0.9) awesome_customers_rhel_wrapper (0.1.0) @@ -33,7 +35,7 @@ GRAPH database (~> 6.0) firewall (~> 2.5) httpd (~> 0.4) - mysql (~> 7.0) + mysql (~> 8.0) mysql2_chef_gem (~> 1.1) awesome_customers_ubuntu_wrapper (0.1.0) awesome_customers_ubuntu (>= 0.0.0) @@ -86,9 +88,7 @@ GRAPH seven_zip (>= 0.0.0) multipackage (4.0.0) compat_resource (>= 0.0.0) - mysql (7.2.0) - smf (>= 0.0.0) - yum-mysql-community (>= 0.0.0) + mysql (8.2.0) mysql2_chef_gem (1.1.0) build-essential (>= 0.0.0) mariadb (>= 0.0.0) @@ -110,13 +110,10 @@ GRAPH build-essential (>= 2.0.0) compat_resource (>= 12.16.3) openssl (>= 4.0) - rbac (1.0.3) resolver (2.0.1) selinux (0.9.0) seven_zip (2.0.2) windows (>= 1.2.2) - smf (2.2.8) - rbac (>= 1.0.1) sudo (3.3.1) ubuntu (2.0.1) apt (>= 0.0.0) @@ -128,8 +125,6 @@ GRAPH yum (5.0.0) yum-epel (2.1.1) compat_resource (>= 12.16.3) - yum-mysql-community (2.0.3) - compat_resource (>= 12.16.3) yum-scl (0.2.0) inifile_chef_gem (>= 0.0.0) yum (>= 0.0.0) |