summaryrefslogtreecommitdiff
path: root/kitchen-tests/Berksfile
blob: 5319e45a196f51f97a39e9aa6dbc90683f20c7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"

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"