Skip to content

Instantly share code, notes, and snippets.

@rileycrane
Last active December 15, 2015 21:29
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/5326617 to your computer and use it in GitHub Desktop.
Save rileycrane/5326617 to your computer and use it in GitHub Desktop.
File used with librarian-chef install
#!/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 'memcached'
cookbook 'erlang'
cookbook 'rabbitmq'
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'
cookbook 'chef-cookbook-xapian',
:git => 'git://github.com/jbergantine/chef-cookbook-xapian.git'
cookbook 'chef-cookbook-djangonewproj',
:git => 'git://github.com/rileycrane/chef-cookbook-djangonewproj'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment