auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

Paths given to chef_repo aren't expanded relative to where cloud-* is being run #59

Closed contentfree closed 14 years ago

contentfree commented 15 years ago

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.

contentfree commented 15 years ago

Any movement on this?