chrisroberts / vagabond

Advocating idleness and work-shyness
Other
233 stars 25 forks source link

generated $PROJECT/.chef/knife.rb file syntax error #56

Closed elvin159 closed 10 years ago

elvin159 commented 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

stensonb commented 10 years ago

PR: https://github.com/chrisroberts/vagabond/pull/57

chrisroberts commented 10 years ago

merged into develop and will be released shortly. thanks for report (and PR @stensonb)!