OSDN Git Service

update docker roles.
[metasearch/grid-chef-repo.git] / roles / ganglia-web.rb
1 name 'ganglia-web'
2 description 'Ganglia web frontend'
3
4 run_list(
5   'role[yum-epel]',
6   'recipe[ganglia::web]'
7 )
8
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10
11 default_attributes(
12 )
13
14 #override_attributes "apache2" => { "max_children" => "50" }