From: Tom Hughes Date: Sun, 5 Mar 2017 15:47:04 +0000 (+0000) Subject: Switch katla to use postgresql.org packages X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4a9b4158ddba295ec94e90365399562ef60453e5 Switch katla to use postgresql.org packages --- diff --git a/roles/katla.rb b/roles/katla.rb index 8023e0e30..93145eaf6 100644 --- a/roles/katla.rb +++ b/roles/katla.rb @@ -2,6 +2,9 @@ name "katla" description "Master role applied to katla" default_attributes( + :apt => { + :sources => ["postgresql"] + }, :db => { :cluster => "9.1/main" },