projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
64c42b7
)
Update postgres 9.3 to 9.5 on errol
author
Tom Hughes
<tom@compton.nu>
Thu, 29 Sep 2016 08:28:24 +0000
(09:28 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 29 Sep 2016 08:28:24 +0000
(09:28 +0100)
roles/dev.rb
patch
|
blob
|
history
diff --git
a/roles/dev.rb
b/roles/dev.rb
index cb7c62500c9a40da6ffdbb8ff715a0798dc503e2..07dfdd9401c88cff6458ceacc51d1702342fb2e5 100644
(file)
--- 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"
}
}