From 584d9081ccc3171503ce72d4770f1efff0b89f4c Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 28 Aug 2023 14:10:04 +0200 Subject: [PATCH] pg_hba.conf: Introduce a newline after each rule This makes the whole file more readable. --- templates/pg_hba_rule.conf.epp | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/pg_hba_rule.conf.epp b/templates/pg_hba_rule.conf.epp index 8d92ac4c37..9d54265624 100644 --- a/templates/pg_hba_rule.conf.epp +++ b/templates/pg_hba_rule.conf.epp @@ -13,3 +13,4 @@ # Description: <%= $description %> # Order: <%= $order %> <%= $type %> <%= $database %> <%= $user %> <%= $address %> <%= $auth_method %> <%= $auth_option %> +