X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b003ee530283df4a882339a66a4ae3917ee91003..d29e6aa0b03a30551cbbdadc9354aedd4231929d:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index b41ea6634..a89e73618 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -96,7 +96,7 @@ default_attributes( :apt => { :sources => [ "brightbox-ruby-ng", - "ubuntugis-stable", "ubuntugis-unstable", + "ubuntugis-stable", "mapnik-v210" ] }, @@ -127,14 +127,6 @@ default_attributes( :groups => { :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" - }, - :rails4 => { - :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails4" - }, - :help => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "help-page" } } },