Skip to content

Instantly share code, notes, and snippets.

@hedgehog
Created February 9, 2011 08:59
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 hedgehog/818174 to your computer and use it in GitHub Desktop.
Save hedgehog/818174 to your computer and use it in GitHub Desktop.
chef server cookbooks gemfile
gem "apt",
:git => "git://github.com/cookbooks/apt.git",
:tag => 'qa-latest', :git_decorate => false
gem "build-essential",
:git => "git://github.com/cookbooks/build-essential.git",
:tag => 'qa-latest', :git_decorate => false
gem "chef",
:git => "git://github.com/cookbooks/chef.git",
:tag => 'qa-latest', :git_decorate => false
gem "java",
:git => "git://github.com/cookbooks/java.git",
:tag => 'qa-latest', :git_decorate => false
gem "rabbitmq_chef",
:git => "git://github.com/cookbooks/rabbitmq_chef.git",
:tag => 'qa-latest', :git_decorate => false
gem "couchdb",
:git => "git://github.com/cookbooks/couchdb.git",
:tag => 'qa-latest', :git_decorate => false
gem "erlang",
:git => "git://github.com/cookbooks/erlang.git",
:tag => 'qa-latest', :git_decorate => false
gem "runit",
:git => "git://github.com/cookbooks/runit.git",
:tag => 'qa-latest', :git_decorate => false
gem "daemontools",
:git => "git://github.com/cookbooks/daemontools.git",
:tag => 'qa-latest', :git_decorate => false
gem "bluepill",
:git => "git://github.com/cookbooks/bluepill.git",
:tag => 'qa-latest', :git_decorate => false
gem "apache2",
:git => "git://github.com/cookbooks/apache2.git",
:tag => 'qa-latest', :git_decorate => false
gem "openssl",
:git => "git://github.com/cookbooks/openssl.git",
:tag => 'qa-latest', :git_decorate => false
gem "zlib",
:git => "git://github.com/cookbooks/zlib.git",
:tag => 'qa-latest', :git_decorate => false
gem "xml",
:git => "git://github.com/cookbooks/xml.git",
:tag => 'qa-latest', :git_decorate => false
gem "ucspi-tcp",
:git => "git://github.com/cookbooks/ucspi-tcp.git",
:tag => 'qa-latest', :git_decorate => false
gem "hosts",
:git => "git://github.com/hedgehog/hosts.git",
:ref => '892a1fa46d2f107d5937', :git_decorate => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment