X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a4b54ecbcb6238430c1aab5fe4dc7ed3541e6453..128b54ff815f5de7498e6ea22cae37cec36e3eeb:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index d5ba812a9..b7233afca 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -24,6 +24,17 @@ default_attributes( :max_connections_per_child => 10000 } }, + :passenger => { + :max_pool_size => 50 + }, + :planet => { + :current => { + :taginfo => { + :command => "/usr/local/bin/taginfo-update", + :user => "taginfo" + } + } + }, :taginfo => { :sites => [ { @@ -39,5 +50,6 @@ default_attributes( ) run_list( + "recipe[planet::current]", "recipe[taginfo]" )