From: Tom Hughes Date: Tue, 9 Jul 2013 12:28:59 +0000 (+0100) Subject: Add mapui.apis.dev.openstreetmap.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7863b82579f43587bc318eadf3fed5a0f263751d Add mapui.apis.dev.openstreetmap.org --- diff --git a/roles/dev.rb b/roles/dev.rb index f45ec0272..ecf8b907e 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -122,6 +122,10 @@ default_attributes( :overpass => { :repository => "git://github.com/drolbr/openstreetmap-website.git", :revision => "master" + }, + :mapui => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "map-ui" } } },