summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2016-02-04 15:25:27 -0800
committerdanielsdeleo <dan@chef.io>2016-02-04 15:26:48 -0800
commit3079e7bbcb13780322c9748876392f1ebad20447 (patch)
treed9e399ddabde48e20c9a90b1e48b4f7fd4da30d6
parente23cef930e00bd3f8ec2117ccfc48370e776b36f (diff)
downloadchef-3079e7bbcb13780322c9748876392f1ebad20447.tar.gz
Lock php cookbook in kitchen tests to solvable version
Seems we're hitting a molinillo bug that prevents us from solving dependencies correctly.
-rw-r--r--kitchen-tests/Berksfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile
index 66569ed97f..decb85a8a1 100644
--- a/kitchen-tests/Berksfile
+++ b/kitchen-tests/Berksfile
@@ -1,3 +1,5 @@
source "https://supermarket.getchef.com"
cookbook "webapp", :path => "cookbooks/webapp"
+
+cookbook "php", "~> 1.5.0"