OSDN Git Service

add chef_utils recipe.
[metasearch/grid-chef-repo.git] / roles / chef_utils.rb
1 name 'chef_utils'
2 description 'Chef utility libraries'
3
4 run_list(
5   'recipe[chef_utils]',
6 )
7
8 #run_list "recipe[apache2]", "recipe[apache2::mod_ssl]", "role[monitor]"
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10 #default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
11 #override_attributes "apache2" => { "max_children" => "50" }