From: Tom Hughes Date: Sat, 13 Jun 2015 19:40:14 +0000 (+0100) Subject: Add test site for moderation queue work X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d0fc7974ab3e7ba959b28fe6aea2a4739e827ced Add test site for moderation queue work --- diff --git a/roles/dev.rb b/roles/dev.rb index faf7adda3..65ec60f1c 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -116,6 +116,10 @@ default_attributes( :comments => { :repository => "git://github.com/ukasiu/openstreetmap-website.git", :revision => "comments_list" + }, + :moderation => { + :repository => "git://github.com/sbagroy986/openstreetmap-website.git", + :revision => "moderation_queue" } } },