projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e618e18
)
Update vial to postgresql 9.6 and carto v4.0.0
author
Tom Hughes
<tom@compton.nu>
Thu, 15 Jun 2017 07:42:52 +0000
(08:42 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 15 Jun 2017 07:42:52 +0000
(08:42 +0100)
roles/vial.rb
patch
|
blob
|
history
diff --git
a/roles/vial.rb
b/roles/vial.rb
index ab6bdcaba3280253bcd9a55b8d2c908e8716fdcc..30b995fb5c08da9c8905494364efc4a90373f9c1 100644
(file)
--- a/
roles/vial.rb
+++ b/
roles/vial.rb
@@
-39,7
+39,7
@@
default_attributes(
}
},
:postgresql => {
- :versions => ["9.
5
"],
+ :versions => ["9.
6
"],
:settings => {
:defaults => {
:shared_buffers => "8GB",
@@
-59,11
+59,12
@@
default_attributes(
},
:tile => {
:database => {
- :cluster => "9.
5
/main"
+ :cluster => "9.
6
/main"
},
:node_file => "/store/database/nodes",
:styles => {
:default => {
+ :revision => "v4.0.0",
:tile_directories => [
{ :name => "/store/tiles/default", :min_zoom => 0, :max_zoom => 19 }
]