X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7863b82579f43587bc318eadf3fed5a0f263751d..ff34d2c9a62b8537b8ff2697e2f9a4b76df1f052:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index ecf8b907e..a89e73618 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -64,6 +64,7 @@ default_attributes( :lonvia => { :status => :user }, :nicolas17 => { :status => :user }, :zverik => { :status => :user }, + :dodobas => { :status => :user }, :ooc => { :status => :role, :members => [ :tomh, :blackadder, :timsc, :ollie ] @@ -95,7 +96,7 @@ default_attributes( :apt => { :sources => [ "brightbox-ruby-ng", - "ubuntugis-stable", "ubuntugis-unstable", + "ubuntugis-stable", "mapnik-v210" ] }, @@ -123,9 +124,9 @@ default_attributes( :repository => "git://github.com/drolbr/openstreetmap-website.git", :revision => "master" }, - :mapui => { + :groups => { :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "map-ui" + :revision => "groups-sketch" } } },