From 88ccbb2d51f124d2dbee415fcbf91200545820a9 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 19 Apr 2025 12:15:30 +0200 Subject: [PATCH] add file control for postgresql.conf --- templates/postgresql.conf.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/postgresql.conf.erb b/templates/postgresql.conf.erb index f018ae8..2f21664 100644 --- a/templates/postgresql.conf.erb +++ b/templates/postgresql.conf.erb @@ -1,6 +1,6 @@ -# ----------------------------- -# PostgreSQL configuration file -# ----------------------------- +# --------------------------------------------------- +# PostgreSQL configuration file managed by Puppet +# --------------------------------------------------- # # This file consists of lines of the form: # @@ -548,7 +548,7 @@ log_rotation_size = 0 # Automatic rotation of logfiles will # %q = stop here in non-session # processes # %% = '%' - # e.g. '<%u%%%d> ' + # e.g. '<%u%%%d>' #log_lock_waits = off # log lock waits >= deadlock_timeout #log_parameter_max_length = -1 # when logging statements, limit logged # bind-parameter values to N bytes;