Skip to content

Instantly share code, notes, and snippets.

@mb-dev
Created April 25, 2013 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mb-dev/5457069 to your computer and use it in GitHub Desktop.
Save mb-dev/5457069 to your computer and use it in GitHub Desktop.
Cookbooks
cookbook 'apt', '1.7.0'
cookbook 'apache2', '>= 1.0.0'
cookbook 'rvm', :git => 'https://github.com/fnichol/chef-rvm'
cookbook 'git', git: 'https://github.com/fnichol/chef-git.git'
cookbook 'redisio'
cookbook 'mysql'
cookbook 'ruby_build', '0.7.2'
cookbook 'firewall'
cookbook 'ssh_known_hosts'
cookbook 'mongodb', git: 'git://github.com/higanworks-cookbooks/mongodb-10gen.git'
cookbook 'rbenv', git: 'git://github.com/zozi/chef-rbenv.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment