I have a folder "root-folder" which contains two custom cookbooks.
- root-folder
\
-this-cookbook
-that-cookbook
I can cd
into and run either cookbook directly
for example: chef-client -z -o this-cookbook -j ../config.json
Really I want to be able to cd
into root-folder and run
chef-client -z -o "this-cookbook, that-cookbook" -j config.json
but that doesn't work. Is it possible?