X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a3fd2c2253fcca4fdf86ec4d70d3b3ca0eba8652..e0ae732703cef05e40ba41513cb9070c661cb5bc:/roles/orm.rb diff --git a/roles/orm.rb b/roles/orm.rb index 7b088c928..e6aad5a59 100644 --- a/roles/orm.rb +++ b/roles/orm.rb @@ -3,7 +3,7 @@ description "Master role applied to orm" default_attributes( :apt => { - :sources => ["ubuntugis-stable"] + :sources => ["postgresql"] }, :devices => { :ssd_samsung => { @@ -46,7 +46,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.1"], + :versions => ["9.4"], :settings => { :defaults => { :shared_buffers => "8GB", @@ -66,7 +66,7 @@ default_attributes( }, :tile => { :database => { - :cluster => "9.1/main" + :cluster => "9.4/main" }, :node_file => "/store/database/nodes", :styles => {