projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
624b113
)
Update orm to use postgres 9.4
author
Tom Hughes
<tom@compton.nu>
Sat, 9 May 2015 06:35:24 +0000
(07:35 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sat, 9 May 2015 06:35:24 +0000
(07:35 +0100)
roles/orm.rb
patch
|
blob
|
history
diff --git
a/roles/orm.rb
b/roles/orm.rb
index 7b088c928a527c0c4e25edb8246eb9f821b64b6a..e6aad5a59a8bd27a9af0b6905a80fcb54bab4329 100644
(file)
--- 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 => {