projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bfced4
)
Switch ramoth to use postgresql.org packages
author
Tom Hughes
<tom@compton.nu>
Sat, 4 Mar 2017 15:31:37 +0000
(15:31 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 4 Mar 2017 15:32:02 +0000
(15:32 +0000)
roles/ramoth.rb
patch
|
blob
|
history
diff --git
a/roles/ramoth.rb
b/roles/ramoth.rb
index 32a0499c9f7d44b970620192d5bc1a9e7f19ce9b..900714597f70009c0e5bf2d08806c0844d21739f 100644
(file)
--- a/
roles/ramoth.rb
+++ b/
roles/ramoth.rb
@@
-2,6
+2,9
@@
name "ramoth"
description "Master role applied to ramoth"
default_attributes(
+ :apt => {
+ :sources => ["postgresql"]
+ },
:db => {
:cluster => "9.1/main"
},