chef-gitorious
chef-gitorious copied to clipboard
Gitorious cookbook for Chef
doc does not list chef-user as a requirement https://github.com/fnichol/chef-user.git
chef-gitorious "recipes/default.rb" has reference to webapp_site_skel which is no longer defined by chef-webapp.
I've discussed this issue on Gitorious too: http://gitorious.org/gitorious/mainline/commit/ab51d815612e41c611e3f74593eaf83255b94dca It's updated on my fork (it used to be db:reset but I changed it to db:setup instead) Best regards!
bin_path = ::File.dirname(node[:rvm][:root_path]) should be replaced again by bin_path = node[:rvm][:root_path] RVM keeps changing ;)