From 9cfbff7b19b3b8bc36248c93872e8ee0f0490b1b Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Wed, 1 Oct 2025 18:40:35 +0200 Subject: [PATCH] Recommit for updates in build 26 --- .../postgresql_cd_3A_3Amain_3A_3Afiles.html | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html index 146e44f..8e70d87 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Amain_3A_3Afiles.html @@ -121,21 +121,7 @@ 23 24 25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 +26
# File 'manifests/main/files.pp', line 6
@@ -147,20 +133,6 @@ class postgresql_cd::main::files (
     require postgresql_cd::server::initdb
     require postgresql_cd::main::dirs
 
-    # outsourced to pghba::pghba for concatenation
-#    file { '/var/lib/pgsql/data/pg_hba.conf':
-#      ensure   => file,
-#      owner    => 'postgres',
-#      group    => 'postgres',
-#      mode     => '0600',
-#      selrange => s0,
-#      selrole  => object_r,
-#      seltype  => postgresql_db_t,
-#      seluser  => unconfined_u,
-#      content  => template('postgresql_cd/pg_hba.conf.erb'),
-#      notify   => Service[$pl_service],
-#    }
-
     file { '/var/lib/pgsql/data/postgresql.conf':
       ensure   => file,
       owner    => 'postgres',