]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add IPv6 address for jakelong
[chef.git] / roles / dev.rb
index f45ec0272de390eea2d0ff1cd02046f7eecf90e9..69eb17ae9ffbdd781d66f3f2d01dd72a50085b5e 100644 (file)
@@ -64,6 +64,7 @@ default_attributes(
       :lonvia => { :status => :user },
       :nicolas17 => { :status => :user },
       :zverik => { :status => :user },
+      :dodobas => { :status => :user },
       :ooc => { 
         :status => :role, 
         :members => [ :tomh, :blackadder, :timsc, :ollie ] 
@@ -95,7 +96,7 @@ default_attributes(
   :apt => {
     :sources => [
       "brightbox-ruby-ng",
-      "ubuntugis-stable", "ubuntugis-unstable",
+      "ubuntugis-stable",
       "mapnik-v210"
     ]
   },
@@ -122,6 +123,18 @@ default_attributes(
       :overpass => {
         :repository => "git://github.com/drolbr/openstreetmap-website.git",
         :revision => "master"
+      },
+      :groups => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "groups-sketch"
+      },
+      :redesign => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "redesign"
+      },
+      :help => {
+        :repository => "git://github.com/osmlab/openstreetmap-website.git",
+        :revision => "help-page"
       }
     }
   },