OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / nameservice-slave.rb
1 name 'nameservice-slave'
2 description 'The NameService (Kerberos and LDAP) slave role'
3
4 run_list(
5   'role[node_commons]',
6   'role[krb5-client]',
7   'recipe[krb5::kdc]'
8 )
9
10 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
11
12 default_attributes(
13 )
14
15 #override_attributes "apache2" => { "max_children" => "50" }