OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / protobuf-compiler.rb
1 name 'protobuf-compiler'
2 description 'Protocol Buffers compiler'
3
4 run_list(
5   'role[yum-epel]',
6   'recipe[protobuf-compiler]'
7 )
8
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10
11 default_attributes(
12   'protobuf-compiler' => {
13     'install_flavor' => 'package'
14     #'install_flavor' => 'google',  # source build installation.
15     #'version' => '2.5.0'
16   }
17 )
18
19 #override_attributes "apache2" => { "max_children" => "50" }