diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-15 16:20:29 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 10:10:55 -0700 |
commit | 1da09b8dadbc49f82330d165e962140e4e16a48e (patch) | |
tree | 6aa7b805f6a930017828401fea351a17b02b2a54 /kitchen-tests/Berksfile | |
parent | c8e389309593d52296de814cbc53812e88c90ab4 (diff) | |
download | chef-1da09b8dadbc49f82330d165e962140e4e16a48e.tar.gz |
Fetch resolver from supermarket
There's no need to use github anymore.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index 9a2df463fc..c555126bd8 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -4,9 +4,6 @@ source "https://supermarket.chef.io" cookbook "base", path: "cookbooks/base" cookbook "php", "~> 1.5.0" - -cookbook "resolver", github: "chef-cookbooks/resolver" - # Disabled pending updating these test cases for Chef 13. # cookbook "awesome_customers_ubuntu_wrapper", path: "cookbooks/awesome_customers_ubuntu_wrapper" # cookbook "awesome_customers_ubuntu", github: "lamont-granquist/awesome_customers_ubuntu", branch: "lcg/bump-mysql-version" |