Skip to content

Instantly share code, notes, and snippets.

@rileycrane
Created April 8, 2013 20:50
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 rileycrane/5340370 to your computer and use it in GitHub Desktop.
Save rileycrane/5340370 to your computer and use it in GitHub Desktop.
Cheffile for chef-riley
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'apt'
cookbook 'build-essential'
cookbook 'git'
cookbook 'openssl'
cookbook 'postgresql'
cookbook 'python'
cookbook 'zlib'
cookbook 'redis'
cookbook 'erlang'
cookbook 'rabbitmq'
cookbook 'nginx'
cookbook 'runit', '1.0.0'
cookbook 'chef-cookbook-python-psycopg2',
:git => 'git@github.com:rileycrane/chef-cookbook-python-psycopg2.git'
cookbook 'chef-cookbook-libjpeg',
:git => 'git://github.com/jbergantine/chef-cookbook-libjpeg.git'
cookbook 'chef-cookbook-libfreetype',
:git => 'git://github.com/jbergantine/chef-cookbook-libfreetype.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment