X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1159faf36268a2dc00d4eb84e938dfc2dc3a5926..6872fc3e4707aa5e59eac2b5266b2ee5ebd43ed6:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 61658beea..57013c971 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -138,6 +138,10 @@ default_attributes( :overpass2 => { :repository => "git://github.com/tomhughes/openstreetmap-website.git", :revision => "overpass" + }, + :comments => { + :repository => "git://github.com/ukasiu/openstreetmap-website.git", + :revision => "changeset_comments" } } },