]> git.openstreetmap.org Git - chef.git/commitdiff
Add test site for moderation queue work
authorTom Hughes <tom@compton.nu>
Sat, 13 Jun 2015 19:40:14 +0000 (20:40 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 13 Jun 2015 19:40:31 +0000 (20:40 +0100)
roles/dev.rb

index faf7adda323a2e1926387c9c950abd94eb6a8553..65ec60f1c8207bad7d6db307d4e3ef099595197e 100644 (file)
@@ -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"
       }
     }
   },