OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / ganglia-gmetad.rb
1 name 'ganglia-gmetad'
2 description 'Ganglia gmetad default'
3
4 run_list(
5   'role[yum-epel]',
6   'recipe[ganglia::gmetad]'
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" }