Skip to content

Instantly share code, notes, and snippets.

@Mezzle
Created March 28, 2013 17:13
Show Gist options
  • Save Mezzle/3b91b990136bc26f3b38 to your computer and use it in GitHub Desktop.
Save Mezzle/3b91b990136bc26f3b38 to your computer and use it in GitHub Desktop.
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]"
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