]> git.openstreetmap.org Git - chef.git/commitdiff
Add rails42 test site
authorTom Hughes <tom@compton.nu>
Sun, 11 Jan 2015 13:47:24 +0000 (13:47 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 11 Jan 2015 13:47:32 +0000 (13:47 +0000)
roles/dev.rb

index 8642aac170b9768043a2de200c1cea25dd8fd4fb..1c92502558f90ce5c49d759f330e58b86d3da6c6 100644 (file)
@@ -128,6 +128,10 @@ default_attributes(
       :comments => {
         :repository => "git://github.com/ukasiu/openstreetmap-website.git",
         :revision => "comments_list"
+      },
+      :rails42 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails42"
       }
     }
   },