]> git.openstreetmap.org Git - chef.git/commitdiff
Add experimental locale selector site
authorTom Hughes <tom@compton.nu>
Mon, 21 Dec 2015 16:13:18 +0000 (16:13 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 21 Dec 2015 16:13:18 +0000 (16:13 +0000)
roles/dev.rb

index 4572bb3708ae2c0538349d8f972cde97147dbd07..b3c0d4eb0b4042d52fa7f4010de92f180fb5eebd 100644 (file)
@@ -120,6 +120,10 @@ default_attributes(
       :moderation => {
         :repository => "git://github.com/sbagroy986/openstreetmap-website.git",
         :revision => "moderation_queue"
+      },
+      :locale => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "locale"
       }
     }
   },