From 1273625b581817ac18e2103a1bd8124eef9c7b4d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 16 Oct 2018 21:45:53 +0200 Subject: [PATCH] remove wrong variable --- templates/postgresql/data/postgresql.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/postgresql/data/postgresql.conf.j2 b/templates/postgresql/data/postgresql.conf.j2 index c13a69b..7c42895 100644 --- a/templates/postgresql/data/postgresql.conf.j2 +++ b/templates/postgresql/data/postgresql.conf.j2 @@ -30,8 +30,8 @@ listen_addresses = '{{ postgres_connection_addresses | join(",") }}' port = {{ postgres_connection_port }} max_connections = 100 #superuser_reserved_connections = 3 -unix_socket_directories = '{{ postgres_socket_directories }}' -unix_socket_group = '{{ postgres_socket_directories | join(",") }}' +unix_socket_directories = '{{ postgres_socket_directories | join(",") }}' +#unix_socket_group = '' #unix_socket_permissions = 0777 #bonjour = off #bonjour_name = ''