X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/510db8c71b2068b9b79331d5ec3f4580cde0fc33..23b449a94ef4ffc4746775f6a6d6b88c8a1c46c9:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 492bd2ea7..e0264e9d0 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,7 +19,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.5"], + :versions => ["9.6"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -33,8 +33,8 @@ default_attributes( }, :nominatim => { :state => "standalone", - :dbadmins => %w(lonvia tomh), - :dbcluster => "9.5/main", + :dbadmins => %w[lonvia tomh], + :dbcluster => "9.6/main", :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", @@ -52,6 +52,6 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[nominatim]" )