OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / apt.rb
1 name 'apt'
2 description 'APT management tools. this role does nothing in other platforms than Debian.'
3
4 run_list(
5   'recipe[commons::apt]'
6 )
7
8 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
9 #default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
10 #override_attributes "apache2" => { "max_children" => "50" }