X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7863b82579f43587bc318eadf3fed5a0f263751d..43a8877b0edb9f664a5b5e3171cccd40c65ad9bd:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index ecf8b907e..0e17896e3 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -126,6 +126,18 @@ default_attributes( :mapui => { :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "map-ui" + }, + :groups => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "groups-sketch" + }, + :welcome => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "welcome-2" + }, + :hash => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "hash" } } },