From: Tom Hughes Date: Mon, 15 Jul 2013 20:42:18 +0000 (+0100) Subject: Add groups.apis.dev.openstreetmap.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/596c8ac732d4c6084cbaa29b0e58b9b98e2c4999?hp=de0223008915ab67f571f529d72958c15679f23b;ds=sidebyside Add groups.apis.dev.openstreetmap.org --- diff --git a/roles/dev.rb b/roles/dev.rb index ecf8b907e..8c5103fbe 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -126,6 +126,10 @@ default_attributes( :mapui => { :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "map-ui" + }, + :groups => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "groups-sketch" } } },