Skip to content

Instantly share code, notes, and snippets.

@yfeldblum
Created February 27, 2013 15:44
Show Gist options
  • Save yfeldblum/efd5a6d9292141dcdf68 to your computer and use it in GitHub Desktop.
Save yfeldblum/efd5a6d9292141dcdf68 to your computer and use it in GitHub Desktop.
site 'http://community.opscode.com/api/v1'
cookbook 'apache2'
cookbook 'users'
cookbook 'git'
cookbook 'apt'
cookbook 'couchdb'
cookbook 'sudo'
cookbook 'emacs'
cookbook 'maven'
cookbook 'java', :git => 'git://github.com/opscode-cookbooks/java.git'
cookbook 'nodejs', :git => 'git://github.com/mdxp/nodejs-cookbook.git'
cookbook 'npm', :git => 'git://github.com/balbeko/chef-npm.git'
cookbook 'authbind', :git => 'git://github.com/realityforge/chef-authbind.git'
cookbook 'zip', :git => 'git://github.com/phlipper/chef-zip.git'
# https://github.com/opscode-cookbooks/ark/pull/8
cookbook 'ark', :git => 'git://github.com/opscode-cookbooks/ark.git'
# http://fnichol.github.com/chef-rvm/
cookbook 'rvm', :git => 'git://github.com/fnichol/chef-rvm.git'
# https://github.com/fnichol/chef-rvm_passenger
cookbook 'rvm_passenger', :git => 'git://github.com/fnichol/chef-rvm_passenger.git', :ref => 'v0.8.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment