Closed elvin159 closed 10 years ago
When starting a new project with no existing knife.rb file anywhere. The following gets generated:
cookbook_path ['/root/project/cookbooks,/root/project/site-cookbooks']
needs to have single quotes around each path i.e
cookbook_path ['/root/project/cookbooks','/root/project/site-cookbooks']
this prevents vagabond knife or the :auto_upload feature to not upload chef objects
vagabond knife
:auto_upload
PR: https://github.com/chrisroberts/vagabond/pull/57
merged into develop and will be released shortly. thanks for report (and PR @stensonb)!
When starting a new project with no existing knife.rb file anywhere. The following gets generated:
needs to have single quotes around each path i.e
this prevents
vagabond knife
or the:auto_upload
feature to not upload chef objects