For example, say you have chef_repo "chef" in your clouds.rb in a hypothetical "config" directory and run cloud-start from the parent directory giving the command line switch "-c config/clouds.rb". chef_repo will not find the "chef" directory so it will not copy your cookbooks.
The expectation is that it would find the directory relative to the clouds.rb file.
For example, say you have
chef_repo "chef"
in your clouds.rb in a hypothetical "config" directory and run cloud-start from the parent directory giving the command line switch "-c config/clouds.rb".chef_repo
will not find the "chef" directory so it will not copy your cookbooks.The expectation is that it would find the directory relative to the clouds.rb file.