From d0fc7974ab3e7ba959b28fe6aea2a4739e827ced Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 13 Jun 2015 20:40:14 +0100 Subject: [PATCH] Add test site for moderation queue work --- roles/dev.rb | 4 ++++ 1 file changed, 4 insertions(+) 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" } } }, -- 2.45.1