Created
November 5, 2014 10:29
-
-
Save hemalvarambhia/cb1c18e38af450dfde31 to your computer and use it in GitHub Desktop.
The refactored cookbook shown at the November London Chef Users Meetup. The declarations here are Chef definitions that grew out of the refactoring process.
This file contains hidden or 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
| # | |
| # Cookbook Name:: rails_app | |
| # Recipe:: default | |
| # | |
| # Copyright 2014, AbelsonInfo | |
| # | |
| # All rights reserved - Do Not Redistribute | |
| # | |
| include_recipe 'rails_app_server::default' | |
| nginx | |
| varnish | |
| postgresql | |
| install_ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment