From: Tom Hughes Date: Tue, 6 Aug 2013 21:52:37 +0000 (+0100) Subject: Add rails4.apis.dev.openstreetmap.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/91ead5bc9c4687a097acfd77634c0564e924b493?hp=fe15b2efd7123352751c9f535c0eae6dac95ac74 Add rails4.apis.dev.openstreetmap.org --- diff --git a/roles/dev.rb b/roles/dev.rb index 8874ee1a4..6a91bcf5b 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -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" } } },