]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Use old-releases.ubuntu.com for quantal machines
[chef.git] / roles / dev.rb
index 57013c971184b4e3b542a18b24ea7113e5000b9d..bb50ebd29812c0f9bd46b6b4e612676c53ebceb9 100644 (file)
@@ -141,12 +141,12 @@ default_attributes(
       },
       :comments => {
         :repository => "git://github.com/ukasiu/openstreetmap-website.git",
-        :revision => "changeset_comments"
+        :revision => "changeset_comments_pr"
       }
     }
   },
   :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"
       }
     }
   },