From: Tom Hughes Date: Sat, 4 Mar 2017 15:31:37 +0000 (+0000) Subject: Switch ramoth to use postgresql.org packages X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4d23634d501e6d5f46e2e6c0e0fecb40d0f2a491 Switch ramoth to use postgresql.org packages --- diff --git a/roles/ramoth.rb b/roles/ramoth.rb index 32a0499c9..900714597 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -2,6 +2,9 @@ name "ramoth" description "Master role applied to ramoth" default_attributes( + :apt => { + :sources => ["postgresql"] + }, :db => { :cluster => "9.1/main" },