summaryrefslogtreecommitdiff
path: root/kitchen-tests/Berksfile
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r--kitchen-tests/Berksfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile
index 23c72d5394..31e49b3e18 100644
--- a/kitchen-tests/Berksfile
+++ b/kitchen-tests/Berksfile
@@ -1,6 +1,8 @@
source "https://supermarket.getchef.com"
-cookbook "webapp", :path => "cookbooks/webapp"
-cookbook "base", :path => "cookbooks/base"
+cookbook "webapp", path: "cookbooks/webapp"
+cookbook "base", path: "cookbooks/base"
cookbook "php", "~> 1.5.0"
+
+cookbook "resolver", github: "chef-cookbooks/resolver", branch: "lcg/docker"