OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / ganglia-all-in-one-localhost.rb
1 name 'ganglia-all-in-one-localhost'
2 description 'Ganglia all-in-one on localhost'
3
4 run_list(
5   'role[node_commons]',
6   'role[ganglia-gmond-ucast-localhost]',
7   'role[ganglia-gmetad-localhost]',
8   'role[ganglia-web]'
9 )
10
11 #env_run_lists()
12
13 default_attributes(
14   'ganglia' => {
15     'web' => {
16       #'Allow' => ['from all']
17     }
18   }
19 )
20
21 override_attributes(
22 )
23