X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a4b54ecbcb6238430c1aab5fe4dc7ed3541e6453..b48a593c1d23cf965eb42c6993cba78850dcf9f2:/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]" )