From: zdk Date: Fri, 3 Oct 2014 11:14:13 +0000 (+0700) Subject: Remove a duplicated listen_addresses="*" postgres configuration. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c5ac80d2b1ac60c1ff5bc00f0680662f7fd6ea4f;p=discourse_docker.git Remove a duplicated listen_addresses="*" postgres configuration. --- 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"