From bbfba812c02a8906ec6bb92e715106d5722273aa Mon Sep 17 00:00:00 2001 From: ace Date: Thu, 31 Aug 2023 13:36:29 +0300 Subject: [PATCH] cleanup --- templates/patroni.yaml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/patroni.yaml.j2 b/templates/patroni.yaml.j2 index e23ea62..a4d1c8f 100644 --- a/templates/patroni.yaml.j2 +++ b/templates/patroni.yaml.j2 @@ -145,14 +145,8 @@ postgresql: sslcert: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name }}.crt sslkey: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name}}.key {% endif %} -# rewind: # Has no effect on postgres 10 and lower -# username: rewind_user -# password: rewind_password parameters: unix_socket_directories: {{ patroni_postgresql_unix_socket_dir }} -#{% if patroni_postgresql_stats_temp_directory_path is defined and patroni_postgresql_stats_temp_directory_path != 'none' %} -# stats_temp_directory: {{ patroni_postgresql_stats_temp_directory_path }} -#{% endif %} {% if patroni_ssl|bool %} ssl: on ssl_cert_file: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name }}.crt