X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5d8cabd78f74c076e0955e1e8e9bfa98bba8ff5d..fb2e24074f3c4748f319312a2c1fe729e47e6155:/roles/dev.rb?ds=sidebyside diff --git a/roles/dev.rb b/roles/dev.rb index 78c0ce4e2..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,18 +127,6 @@ default_attributes( :groups => { :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" - }, - :welcome => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" - }, - :rails4 => { - :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails4" - }, - :user => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "user-display" } } },