OSDN Git Service

9d4ca0bf540795cf295d97974e73f856a8e27022
[metasearch/grid-chef-repo.git] / roles / zookeeper.rb
1 name 'zookeeper'
2 description 'ZooKeeper node'
3
4 run_list(
5   #'recipe[yum]',
6   'role[java]',
7   'recipe[zookeeper]'
8 )
9
10 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
11 #default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
12 #override_attributes "apache2" => { "max_children" => "50" }