X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0632b0c6d570ea25f518e3bf43585818290ed53a..072547e7382d5b6ea8883f64d4bf8d88784e14a8:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 5d86d0f8a..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" - }, - :user => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "user-display" } } },