Skip to content

Instantly share code, notes, and snippets.

@blackxored
Created February 8, 2013 19:08
Show Gist options
  • Save blackxored/4741195 to your computer and use it in GitHub Desktop.
Save blackxored/4741195 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'build-essential'
cookbook 'ruby_build', :git => 'git://github.com/fnichol/chef-ruby_build.git'
cookbook 'rbenv', :git => 'git://github.com/fnichol/chef-rbenv'
cookbook 'apt', :git => 'git://github.com/opscode-cookbooks/apt'
cookbook 'unicorn'
cookbook 'nginx'
cookbook 'runit'
cookbook 'rails-lastmile', :git => 'git://github.com/DanThiffault/rails-lastmile'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment