From: Tom Hughes Date: Tue, 28 Apr 2015 19:25:13 +0000 (+0100) Subject: Don't setup ubuntugis-stable on yevaud X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3c8f0b1687fec4ec84893d3f78f08843df0832f3 Don't setup ubuntugis-stable on yevaud --- diff --git a/roles/orm.rb b/roles/orm.rb index 3be0a2e6d..a44ffd143 100644 --- a/roles/orm.rb +++ b/roles/orm.rb @@ -2,6 +2,9 @@ name "orm" description "Master role applied to orm" default_attributes( + :apt => { + :sources => ["ubuntugis-stable"] + }, :devices => { :ssd_samsung => { :comment => "Tune scheduler for SSD", diff --git a/roles/tile.rb b/roles/tile.rb index 3f866140a..907b1ae88 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -22,9 +22,6 @@ default_attributes( :max_requests_per_child => 100000 } }, - :apt => { - :sources => ["ubuntugis-stable"] - }, :postgresql => { :versions => ["9.1"], :settings => {