From 8bf90ce3ab5686bb008c17d4cfad58f9ef0511b4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 3 Jun 2014 09:19:58 +0100 Subject: [PATCH] Don't use ubuntugis on pummelzacken --- roles/nominatim.rb | 3 --- roles/poldi.rb | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/nominatim.rb b/roles/nominatim.rb index c884e2b21..e26882dc6 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -22,9 +22,6 @@ default_attributes( :threads_per_child => 50 } }, - :apt => { - :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] - }, :postgresql => { :settings => { :defaults => { diff --git a/roles/poldi.rb b/roles/poldi.rb index 77626ed38..bed21e823 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -2,6 +2,9 @@ name "poldi" description "Master role applied to poldi" default_attributes( + :apt => { + :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] + }, :devices => { :areca_ld_tune => { :comment => "RAID arrays on areca", -- 2.43.2