OSDN Git Service

add yarn-installer recipe to the nodejs_utils cookbook.
[metasearch/grid-chef-repo.git] / roles / nameservice-slave-grid.rb
1 name 'nameservice-slave-grid'
2 description 'The NameService (Kerberos and LDAP) slave role for Grid'
3
4 run_list(
5   'role[grid-realm]',
6   'role[nameservice-slave]'
7 )
8
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10
11 default_attributes(
12 )
13
14 #override_attributes "apache2" => { "max_children" => "50" }