]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Reorder find arguments to avoid warning
[chef.git] / roles / dev.rb
index 61658beea0d2e2011eab273998feb739caa33557..bb50ebd29812c0f9bd46b6b4e612676c53ebceb9 100644 (file)
@@ -138,11 +138,15 @@ default_attributes(
       :overpass2 => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
         :revision => "overpass"
+      },
+      :comments => {
+        :repository => "git://github.com/ukasiu/openstreetmap-website.git",
+        :revision => "changeset_comments_pr"
       }
     }
   },
   :postgresql => {
-    :versions => [ "9.1" ],
+    :versions => [ "9.1", "9.3" ],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -153,6 +157,9 @@ default_attributes(
       },
       "9.1" => {
         :port => "5433"
+      },
+      "9.3" => {
+        :port => "5432"
       }
     }
   },