]> git.openstreetmap.org Git - chef.git/commitdiff
Switch katla to use postgresql.org packages
authorTom Hughes <tom@compton.nu>
Sun, 5 Mar 2017 15:47:04 +0000 (15:47 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 5 Mar 2017 15:47:04 +0000 (15:47 +0000)
roles/katla.rb

index 8023e0e305f06f5b7e2301b31344d942de9a5225..93145eaf6c90e877c1d50aae02fc0481762933bf 100644 (file)
@@ -2,6 +2,9 @@ name "katla"
 description "Master role applied to katla"
 
 default_attributes(
+  :apt => {
+    :sources => ["postgresql"]
+  },
   :db => {
     :cluster => "9.1/main"
   },