From c5ac80d2b1ac60c1ff5bc00f0680662f7fd6ea4f Mon Sep 17 00:00:00 2001 From: zdk Date: Fri, 3 Oct 2014 18:14:13 +0700 Subject: [PATCH] Remove a duplicated listen_addresses="*" postgres configuration. --- templates/postgres.template.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index cdc3f46..a54d672 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -105,12 +105,6 @@ run: from: /#?listen_addresses *=.*/ to: "listen_addresses = '*'" - # listen on all interfaces - - replace: - filename: "/etc/postgresql/9.3/main/postgresql.conf" - from: /#?listen_addresses *=.*/ - to: "listen_addresses = '*'" - # sync commit off is faster and less spiky, also marginally less safe - replace: filename: "/etc/postgresql/9.3/main/postgresql.conf" -- 2.25.1