From: Tom Hughes Date: Mon, 2 Jun 2014 19:49:57 +0000 (+0100) Subject: Add comments.apis.dev.openstreetmap.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/876d4f1026bb205ca4dd613548226899cbe13bed Add comments.apis.dev.openstreetmap.org --- diff --git a/roles/dev.rb b/roles/dev.rb index 0a9b76f28..8642aac17 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -124,6 +124,10 @@ default_attributes( :jsrouting2 => { :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", :revision => "routing" + }, + :comments => { + :repository => "git://github.com/ukasiu/openstreetmap-website.git", + :revision => "comments_list" } } },