From: Tom Hughes Date: Mon, 29 Jul 2013 20:45:22 +0000 (+0100) Subject: Add hash.apis.dev.openstreetmap.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4c5b70d3c889be2ac817fb9181ed9448fe0ef4c2?ds=sidebyside Add hash.apis.dev.openstreetmap.org --- diff --git a/roles/dev.rb b/roles/dev.rb index c8e4c76b0..0e17896e3 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -134,6 +134,10 @@ default_attributes( :welcome => { :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "welcome-2" + }, + :hash => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "hash" } } },