]> git.openstreetmap.org Git - chef.git/commitdiff
Update postgres 9.3 to 9.5 on errol
authorTom Hughes <tom@compton.nu>
Thu, 29 Sep 2016 08:28:24 +0000 (09:28 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 29 Sep 2016 08:28:24 +0000 (09:28 +0100)
roles/dev.rb

index cb7c62500c9a40da6ffdbb8ff715a0798dc503e2..07dfdd9401c88cff6458ceacc51d1702342fb2e5 100644 (file)
@@ -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"
       }
     }