Created
January 7, 2016 11:19
-
-
Save did/3f3c0f67c23a92704da7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site "http://community.opscode.com/api/v1" | |
cookbook 'apt' | |
cookbook 'build-essential' | |
cookbook 'mongodb3', '~> 3.0.0' | |
cookbook 'ruby_build' | |
cookbook 'nodejs' | |
cookbook 'rbenv', git: 'https://github.com/aminin/chef-rbenv' | |
cookbook 'vim' | |
cookbook 'redis-cookbook', '~> 0.2.1' | |
cookbook 'imagemagick', '~> 0.2.3' | |
cookbook 'xvfb', '~> 2.0.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment