I want to setup a node with chef-solo where I can deploy with Capistrano. For this, I am thinking on using this cookbook:
However, the default setup makes 'root' own the application, which conflicts with my capistrano deploy.rb - where I use 'vagrant' as user.
So, how would I set the user for the above cookbook?