]> git.openstreetmap.org Git - chef.git/commitdiff
Switch ramoth to use postgresql.org packages
authorTom Hughes <tom@compton.nu>
Sat, 4 Mar 2017 15:31:37 +0000 (15:31 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 4 Mar 2017 15:32:02 +0000 (15:32 +0000)
roles/ramoth.rb

index 32a0499c9f7d44b970620192d5bc1a9e7f19ce9b..900714597f70009c0e5bf2d08806c0844d21739f 100644 (file)
@@ -2,6 +2,9 @@ name "ramoth"
 description "Master role applied to ramoth"
 
 default_attributes(
+  :apt => {
+    :sources => ["postgresql"]
+  },
   :db => {
     :cluster => "9.1/main"
   },