OSDN Git Service

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