From: Tom Hughes Date: Thu, 18 Dec 2014 13:01:50 +0000 (+0000) Subject: Upate poldi role for Ubuntu 14.04 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a6b2c51181a76edf0ea7588c27184f99143472e0?hp=c862fb7a65c202840f92e551bfc1415a20f4492a Upate poldi role for Ubuntu 14.04 --- diff --git a/roles/poldi.rb b/roles/poldi.rb index 94b2ea683..57fe00e52 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -2,9 +2,6 @@ name "poldi" description "Master role applied to poldi" default_attributes( - :apt => { - :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] - }, :devices => { :areca_ld_tune => { :comment => "RAID arrays on areca", @@ -54,7 +51,7 @@ default_attributes( } }, :postgresql => { - :versions => [ "9.1" ], + :versions => [ "9.3" ], :settings => { :defaults => { :shared_buffers => "24GB", @@ -68,9 +65,9 @@ default_attributes( :nominatim => { :enabled => false, :database => { - :cluster => "9.1/main", + :cluster => "9.3/main", :dbname => "nominatim", - :postgis => "2.0" + :postgis => "2.1" }, :fpm_pools => { :www => {