OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / nameservice-client-grid.rb
1 name 'nameservice-client-grid'
2 description 'The NameService (Kerberos and LDAP) client role for Grid'
3
4 run_list(
5   'role[krb5-client-grid]',
6   'role[ldap-client-grid]'
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" }