From 01737207e5c8c373124ff2a943ea34b14b7ce32f Mon Sep 17 00:00:00 2001
From: Arne Teuke
Date: Wed, 1 Oct 2025 15:56:49 +0200
Subject: [PATCH 1/2] fix parameter description see
https://gitlab.confdroid.com/internal/confdroid_management/-/issues/235
---
manifests/server/pghba/pg_hba.pp | 36 ++++++++++++++++----------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/manifests/server/pghba/pg_hba.pp b/manifests/server/pghba/pg_hba.pp
index 364e343..c9f23f0 100644
--- a/manifests/server/pghba/pg_hba.pp
+++ b/manifests/server/pghba/pg_hba.pp
@@ -4,12 +4,12 @@
# @summary Class manages pg_hba.conf file and line entries through define
# pg_hba_rule.pp
# @example postgresql_cd::server::pghba::pg_hba_rule { 'local access for role postgres':
-# psql_auth_type => 'local',
-# psql_auth_database => 'all',
-# psql_auth_user => 'postgres',
-# psql_auth_method => 'trust',
-# psql_auth_order => '001',
-# psql_auth_option => '',
+# pl_auth_type => 'local',
+# pl_auth_database => 'all',
+# pl_auth_user => 'postgres',
+# pl_auth_method => 'trust',
+# pl_auth_order => '001',
+# pl_auth_option => '',
# }
##############################################################################
class postgresql_cd::server::pghba::pg_hba (
@@ -35,21 +35,21 @@ class postgresql_cd::server::pghba::pg_hba (
# manage default rules => should go into external config set
# postgresql_cd::server::pghba::pg_hba_rule { 'local access for role postgres':
-# psql_auth_type => 'local',
-# psql_auth_database => 'all',
-# psql_auth_user => $ql_user_name,
-# psql_auth_method => 'trust',
-# psql_auth_order => '001',
-# psql_auth_option => $ql_auth_option,
+# pl_auth_type => 'local',
+# pl_auth_database => 'all',
+# pl_auth_user => $ql_user_name,
+# pl_auth_method => 'trust',
+# pl_auth_order => '001',
+# pl_auth_option => $ql_auth_option,
# }
# postgresql_cd::server::pghba::pg_hba_rule { 'local access for all roles':
-# psql_auth_type => 'local',
-# psql_auth_database => 'all',
-# psql_auth_user => 'all',
-# psql_auth_method => 'trust',
-# psql_auth_order => '002',
-# psql_auth_option => $pl_auth_option,
+# pl_auth_type => 'local',
+# pl_auth_database => 'all',
+# pl_auth_user => 'all',
+# pl_auth_method => 'trust',
+# pl_auth_order => '002',
+# pl_auth_option => $pl_auth_option,
# }
}
}
From d6be3330f6502b39b5a71b9931ffe5fdfff91901 Mon Sep 17 00:00:00 2001
From: Jenkins Server
Date: Wed, 1 Oct 2025 15:58:09 +0200
Subject: [PATCH 2/2] Recommit for updates in build 18
---
...cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html | 36 +++++++++----------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html b/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html
index a5b6901..06f63ef 100644
--- a/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html
+++ b/doc/puppet_classes/postgresql_cd_3A_3Aserver_3A_3Apghba_3A_3Apg_hba.html
@@ -101,12 +101,12 @@ pg_hba_rule.pp
postgresql_cd::server::pghba::pg_hba_rule { ‘local access for role postgres’:
- psql_auth_type => 'local',
-psql_auth_database => 'all',
-psql_auth_user => 'postgres',
-psql_auth_method => 'trust',
-psql_auth_order => '001',
-psql_auth_option => '',
+ pl_auth_type => 'local',
+pl_auth_database => 'all',
+pl_auth_user => 'postgres',
+pl_auth_method => 'trust',
+pl_auth_order => '001',
+pl_auth_option => '',
@@ -187,21 +187,21 @@ class postgresql_cd::server::pghba::pg_hba (
# manage default rules => should go into external config set
# postgresql_cd::server::pghba::pg_hba_rule { 'local access for role postgres':
-# psql_auth_type => 'local',
-# psql_auth_database => 'all',
-# psql_auth_user => $ql_user_name,
-# psql_auth_method => 'trust',
-# psql_auth_order => '001',
-# psql_auth_option => $ql_auth_option,
+# pl_auth_type => 'local',
+# pl_auth_database => 'all',
+# pl_auth_user => $ql_user_name,
+# pl_auth_method => 'trust',
+# pl_auth_order => '001',
+# pl_auth_option => $ql_auth_option,
# }
# postgresql_cd::server::pghba::pg_hba_rule { 'local access for all roles':
-# psql_auth_type => 'local',
-# psql_auth_database => 'all',
-# psql_auth_user => 'all',
-# psql_auth_method => 'trust',
-# psql_auth_order => '002',
-# psql_auth_option => $pl_auth_option,
+# pl_auth_type => 'local',
+# pl_auth_database => 'all',
+# pl_auth_user => 'all',
+# pl_auth_method => 'trust',
+# pl_auth_order => '002',
+# pl_auth_option => $pl_auth_option,
# }
}
}