X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/93c098cdc4f22b1fe69ecd88b3ac2d2b211780ff..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index d5ba812a9..9da56f28c 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -24,6 +24,19 @@ default_attributes( :max_connections_per_child => 10000 } }, + :passenger => { + :max_pool_size => 50 + }, + :planet => { + :current => { + :jobs => { + :taginfo => { + :command => "/usr/local/bin/taginfo-update", + :user => "taginfo" + } + } + } + }, :taginfo => { :sites => [ { @@ -39,5 +52,6 @@ default_attributes( ) run_list( + "role[planet-current]", "recipe[taginfo]" )