OSDN Git Service

improve the backup and restore scripts.
[metasearch/grid-chef-repo.git] / roles / krb5-client.rb
1 name 'krb5-client'
2 description 'Kerberos client role'
3
4 run_list(
5   'role[node_commons]',  # ntp, ...
6   'recipe[krb5::client]'
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" }