summaryrefslogtreecommitdiff
path: root/kitchen-tests/Berksfile
blob: 45695ca5a3f9e2271f2efe87a8e3bfcaaefdc72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
source "https://supermarket.getchef.com"

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

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_rhel_wrapper", path: "cookbooks/awesome_customers_rhel_wrapper"
cookbook "awesome_customers_rhel", github: "learn-chef/awesome_customers_rhel"