OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / grid.rb
1 name 'grid'
2 description 'Grid environment role'
3
4 run_list(
5   'recipe[grid]'
6 )
7
8 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
9
10 default_attributes(
11 )
12
13 override_attributes(
14 )