]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Switch piasa to use postgres 16
[chef.git] / roles / dev.rb
index 35068f19dde502f71eca19a858230a117fef2155..99c29598d77b76fa2d924accc98b8fa16bb9fa91 100644 (file)
@@ -73,6 +73,7 @@ default_attributes(
       :antonkh => { :status => :user },
       :gmoncrieff => { :status => :user },
       :zander => { :status => :user },
+      :msbarry => { :status => :user },
       :ooc => {
         :status => :role,
         :members => [:tomh, :blackadder, :timsc, :ollie]
@@ -88,6 +89,10 @@ default_attributes(
       :gpsmid => {
         :status => :role,
         :members => [:apmon, :maba]
+      },
+      :"za-imagery" => {
+          :status => :role,
+          :members => [:grant, :htonl, :gmoncrieff, :zander]
       }
     }
   },
@@ -125,6 +130,10 @@ default_attributes(
       :microcosms => {
         :repository => "https://github.com/openbrian/osm-microcosms.git",
         :revision => "microcosms"
+      },
+      :rails71 => {
+        :repository => "https://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails71"
       }
     }
   },