OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / zookeeper-pseudo-replicated-with-security.rb
1 name 'zookeeper-pseudo-replicated-with-security'
2 description 'ZooKeeper pseudo replicated mode with security'
3
4 run_list(
5   'role[nameservice-master]',
6   'role[zookeeper-pseudo-replicated]',
7   'role[jce_policy]'
8 )
9
10 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
11
12 default_attributes(
13   'zookeeper' => {
14     'with_security' => true
15   }
16 )
17
18 #override_attributes "apache2" => { "max_children" => "50" }