OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / nameservice-master.rb
1 name 'nameservice-master'
2 description 'The NameService (Kerberos and LDAP) master role'
3
4 run_list(
5   'role[node_commons]',
6   'role[krb5-client]',
7   'recipe[krb5::admin]'
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" }