Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.7.12
-
Fix Version/s: 0.8.2
-
Component/s: Chef Client, Chef Solo
-
Labels:None
Description
brew.json: {"recipes": "brew"}
brew::default:
git "/tmp/homebrew" do
repository "git://github.com/jtimberman/homebrew.git"
revision "HEAD"
action :checkout
user "jtimberman"
end
Document this somewhere for 0.7.14 release.