diff options
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index 9a2df463fc..22f838d83e 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -1,12 +1,7 @@ source "https://supermarket.chef.io" -#cookbook "webapp", path: "cookbooks/webapp" 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" |