summaryrefslogtreecommitdiff
path: root/kitchen-tests/Berksfile
blob: 23c72d53941d9479fa2cd33f6da3b42323ef9997 (plain)
1
2
3
4
5
6
source "https://supermarket.getchef.com"

cookbook "webapp", :path => "cookbooks/webapp"
cookbook "base", :path => "cookbooks/base"

cookbook "php", "~> 1.5.0"