From: Tom Hughes Date: Thu, 29 Sep 2016 08:28:24 +0000 (+0100) Subject: Update postgres 9.3 to 9.5 on errol X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4faeeb1a312b83dd41b59c6d084039ee9c235cdb Update postgres 9.3 to 9.5 on errol --- diff --git a/roles/dev.rb b/roles/dev.rb index cb7c62500..07dfdd940 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -132,7 +132,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.1", "9.3"], + :versions => ["9.1", "9.5"], :settings => { :defaults => { :shared_buffers => "1GB", @@ -144,7 +144,7 @@ default_attributes( "9.1" => { :port => "5433" }, - "9.3" => { + "9.5" => { :port => "5432" } }