X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a3fd2c2253fcca4fdf86ec4d70d3b3ca0eba8652..1dcb7b2148e459d5b96fb3e2124f86308c1077b0:/roles/orm.rb diff --git a/roles/orm.rb b/roles/orm.rb index 7b088c928..3c47c55fa 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.6"], :settings => { :defaults => { :shared_buffers => "8GB", @@ -66,11 +66,12 @@ default_attributes( }, :tile => { :database => { - :cluster => "9.1/main" + :cluster => "9.6/main" }, :node_file => "/store/database/nodes", :styles => { :default => { + :revision => "v4.0.0", :tile_directories => [ { :name => "/store/tiles/default-low", :min_zoom => 0, :max_zoom => 17 }, { :name => "/store/tiles/default-high", :min_zoom => 18, :max_zoom => 19 }