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/Berksfile | |
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/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 4 |
1 files changed, 2 insertions, 2 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" |