]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Drop use of sender callout verification completely
[chef.git] / roles / dev.rb
index 9b9cd9a3b14aa06d6e3b7a7e13a14d1257211749..a30d18f3cf5cd6beda9118aa37e96ac4f17683de 100644 (file)
@@ -65,6 +65,7 @@ default_attributes(
       :nicolas17 => { :status => :user },
       :zverik => { :status => :user },
       :dodobas => { :status => :user },
+      :mhohmann => { :status => :user },
       :ooc => { 
         :status => :role, 
         :members => [ :tomh, :blackadder, :timsc, :ollie ] 
@@ -118,10 +119,6 @@ default_attributes(
         :repository => "git://github.com/ppawel/openstreetmap-website.git",
         :revision => "owl-history-tab"
       },
-      :overpass => {
-        :repository => "git://github.com/drolbr/openstreetmap-website.git",
-        :revision => "master"
-      },
       :groups => {
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "groups-sketch"
@@ -133,15 +130,11 @@ default_attributes(
       :jsrouting2 => {
         :repository => "git://github.com/jfirebaugh/openstreetmap-website.git",
         :revision => "routing"
-      },
-      :overpass2 => {
-        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
-        :revision => "overpass"
       }
     }
   },
   :postgresql => {
-    :versions => [ "9.1" ],
+    :versions => [ "9.1", "9.3" ],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -152,6 +145,9 @@ default_attributes(
       },
       "9.1" => {
         :port => "5433"
+      },
+      "9.3" => {
+        :port => "5432"
       }
     }
   },