diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-10-05 17:29:52 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-10-05 17:30:16 -0700 |
commit | b0c760d3d70e476b23fb595f20b96db74b09f17f (patch) | |
tree | 59928a1f244c374fe9eae34a8a9d8a5b5a623c57 /kitchen-tests/Berksfile | |
parent | 9984b107e32cd5c4565c17e9ea8dd5bbe0da6bd7 (diff) | |
download | chef-b0c760d3d70e476b23fb595f20b96db74b09f17f.tar.gz |
add learnchef testing to travis matrix
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index 407b685236..45695ca5a3 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -1,8 +1,13 @@ source "https://supermarket.getchef.com" -cookbook "webapp", path: "cookbooks/webapp" +#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" |