From 4d23634d501e6d5f46e2e6c0e0fecb40d0f2a491 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 4 Mar 2017 15:31:37 +0000 Subject: [PATCH] Switch ramoth to use postgresql.org packages --- roles/ramoth.rb | 3 +++ 1 file changed, 3 insertions(+) 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" }, -- 2.45.2