diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-11 18:22:16 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-11 18:22:47 -0700 |
commit | fbbcbd699ed1bf44ad36bb6acc782797479f6466 (patch) | |
tree | 131f2db1eab242b60a47399b254563cc0f069f31 /kitchen-tests/Berksfile | |
parent | 95a66072841cdbe1681be4d7780e4cab12c77ddf (diff) | |
download | chef-fbbcbd699ed1bf44ad36bb6acc782797479f6466.tar.gz |
add centos and more func testing to travis
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index decb85a8a1..23c72d5394 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -1,5 +1,6 @@ source "https://supermarket.getchef.com" cookbook "webapp", :path => "cookbooks/webapp" +cookbook "base", :path => "cookbooks/base" cookbook "php", "~> 1.5.0" |