X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e898e23db2cc53d1277ed02f12b8cc2c8111284f..f0b39d15dee5276080f7d914f0a05d435376ca2f:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 73e486518..e1b21e67d 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,6 +19,7 @@ default_attributes( } }, :postgresql => { + :versions => ["9.3"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -36,18 +37,6 @@ default_attributes( :dbname => "nominatim", :postgis => "2.1" }, - :fpm_pools => { - :www => { - :port => "8000", - :pm => "dynamic", - :max_children => "60" - }, - :bulk => { - :port => "8001", - :pm => "static", - :max_children => "10" - } - }, :redirects => { } }, @@ -63,5 +52,5 @@ default_attributes( run_list( "role[ucl-wolfson]", - "role[nominatim-master]" + "role[nominatim-standalone]" )