summaryrefslogtreecommitdiff
path: root/kitchen-tests/Berksfile
blob: 3996a4aa372631453efc7356145ef81f59b22879 (plain)
1
2
3
4
5
6
7
8
9
10
source "https://supermarket.chef.io"

cookbook "webapp", path: "cookbooks/webapp"
cookbook "base", path: "cookbooks/base"

# 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"
# cookbook "awesome_customers_rhel_wrapper", path: "cookbooks/awesome_customers_rhel_wrapper"
# cookbook "awesome_customers_rhel", github: "lamont-granquist/awesome_customers_rhel", branch: "lcg/bump-mysql-version"