Created
March 28, 2013 17:13
-
-
Save Mezzle/3b91b990136bc26f3b38 to your computer and use it in GitHub Desktop.
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
name "web-server" | |
description "Web Server" | |
run_list "recipe[apt]", | |
"recipe[nginx]", | |
"recipe[php]", | |
"recipe[php-fpm]", | |
"recipe[php::module_mysql]", | |
"recipe[php::module_apc]", | |
"recipe[php::module_intl]", | |
"recipe[php::module_curl]", | |
"recipe[php::module_mcrypt]" |
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
name "logstash" | |
run_list "recipe[build-essential]", | |
"recipe[redisio::install]", | |
"recipe[redisio::enable]", | |
"recipe[logstash::server]", | |
"recipe[logstash::kibana]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment