OSDN Git Service

role bug fix.
[metasearch/grid-chef-repo.git] / roles / zookeeper-standalone.rb
1 name 'zookeeper-standalone'
2 description 'ZooKeeper standalone mode'
3
4 run_list(
5   'role[zookeeper]'
6 )
7
8 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
9
10 default_attributes(
11   'zookeeper' => {
12     'run_mode' => 'standalone',
13     'member_of_hadoop' => true
14   }
15 )
16
17 #override_attributes "apache2" => { "max_children" => "50" }