OSDN Git Service

refactor roles.
[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 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
9 #default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
10 #override_attributes "apache2" => { "max_children" => "50" }