OSDN Git Service

adds settings for unprivileged containers on LXC.
[metasearch/grid-chef-repo.git] / roles / mocker.rb
1 name 'mocker'
2 description 'The Mocker role in Sandbox'
3
4 run_list(
5   'recipe[drillbook]',
6 #  'recipe[java]'
7 )
8
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10
11 default_attributes(
12   'java' => {
13     'install_flavor' => 'oracle',
14     'jdk_version' => '6',
15     'java_home' => '/usr/local/jvm/java-6-ora',
16     'oracle' => {
17       'accept_oracle_download_terms' => true
18     },
19     'jdk' => {
20       '6' => {
21         'bin_cmds' => []
22       }
23     }
24   }
25 )
26
27 #override_attributes "apache2" => { "max_children" => "50" }