]> git.openstreetmap.org Git - chef.git/commitdiff
Manage postgres 9.3 on the dev server
authorTom Hughes <tom@compton.nu>
Tue, 28 Oct 2014 17:34:02 +0000 (17:34 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 28 Oct 2014 17:34:02 +0000 (17:34 +0000)
roles/dev.rb

index 86e8ff58bb9438397cb0fc253496fa3da981bfb4..bb50ebd29812c0f9bd46b6b4e612676c53ebceb9 100644 (file)
@@ -146,7 +146,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => [ "9.1" ],
+    :versions => [ "9.1", "9.3" ],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -157,6 +157,9 @@ default_attributes(
       },
       "9.1" => {
         :port => "5433"
+      },
+      "9.3" => {
+        :port => "5432"
       }
     }
   },