]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add IPv6 address for jakelong
[chef.git] / roles / dev.rb
index 78c0ce4e27f9ea287da8873311bce275cc41a770..69eb17ae9ffbdd781d66f3f2d01dd72a50085b5e 100644 (file)
@@ -96,7 +96,7 @@ default_attributes(
   :apt => {
     :sources => [
       "brightbox-ruby-ng",
-      "ubuntugis-stable", "ubuntugis-unstable",
+      "ubuntugis-stable",
       "mapnik-v210"
     ]
   },
@@ -128,17 +128,13 @@ default_attributes(
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "groups-sketch"
       },
-      :welcome => {
+      :redesign => {
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
-        :revision => "welcome-2"
+        :revision => "redesign"
       },
-      :rails4 => {
-        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
-        :revision => "rails4"
-      },
-      :user => {
+      :help => {
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
-        :revision => "user-display"
+        :revision => "help-page"
       }
     }
   },