]> git.openstreetmap.org Git - chef.git/commitdiff
Add rails4.apis.dev.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Tue, 6 Aug 2013 21:52:37 +0000 (22:52 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 6 Aug 2013 21:52:37 +0000 (22:52 +0100)
roles/dev.rb

index 8874ee1a453976c7b791efc33c2843f776bf2aea..6a91bcf5b672460358e06f68a60107371a2d03f1 100644 (file)
@@ -130,6 +130,10 @@ default_attributes(
       :welcome => {
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "welcome-2"
+      },
+      :rails4 => {
+        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "rails4"
       }
     }
   },