OSDN Git Service

add yarn-installer recipe to the nodejs_utils cookbook.
[metasearch/grid-chef-repo.git] / roles / zookeeper-colo00-with-security.rb
1 name 'zookeeper-colo00-with-security'
2 description 'ZooKeeper colo00 node with security'
3
4 run_list(
5   'role[nameservice-client-grid]',
6   'role[zookeeper-colo00]',
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     'realm' => 'GRID.EXAMPLE.COM'
16   }
17 )
18
19 #override_attributes "apache2" => { "max_children" => "50" }