From 0cc4e66a181795b2d23c0227188e9f47545796b8 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Mon, 15 Dec 2025 14:11:23 +0100 Subject: [PATCH] Recommit for updates in build 29 --- doc/_index.html | 15 ----- doc/file.README.html | 4 +- doc/index.html | 4 +- doc/puppet_class_list.html | 39 +++---------- ...roid_postgresql_3A_3Amain_3A_3Aconfig.html | 8 +-- .../confdroid_postgresql_3A_3Aparams.html | 58 ++----------------- 6 files changed, 20 insertions(+), 108 deletions(-) diff --git a/doc/_index.html b/doc/_index.html index 45d5b97..e7b3bec 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -83,21 +83,6 @@ -
  • - confdroid_postgresql::exporter::dirs - -
  • - -
  • - confdroid_postgresql::exporter::files - -
  • - -
  • - confdroid_postgresql::exporter::service - -
  • -
  • confdroid_postgresql::firewall::iptables diff --git a/doc/file.README.html b/doc/file.README.html index 04d108a..7adf02b 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -164,10 +164,12 @@

    Known Problems

    Support

    + +

    This module has been developed for and tested with

    Tests

    diff --git a/doc/index.html b/doc/index.html index 40b9dd1..e15d668 100644 --- a/doc/index.html +++ b/doc/index.html @@ -164,10 +164,12 @@

    Known Problems

    Support

    + +

    This module has been developed for and tested with

    Tests

    diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index f762801..d243a55 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -61,84 +61,63 @@
  • -
  • - -
  • - - -
  • - -
  • - - -
  • - -
  • - - -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • diff --git a/doc/puppet_classes/confdroid_postgresql_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/confdroid_postgresql_3A_3Amain_3A_3Aconfig.html index 2608ce7..17c685d 100644 --- a/doc/puppet_classes/confdroid_postgresql_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/confdroid_postgresql_3A_3Amain_3A_3Aconfig.html @@ -112,10 +112,7 @@ 14 15 16 -17 -18 -19 -20 +17
    # File 'manifests/main/config.pp', line 6
    @@ -127,9 +124,6 @@ class confdroid_postgresql::main::config (
     
       if $fqdn == $pl_server_fqdn {
         include confdroid_postgresql::server::service
    -    if $pl_use_exporter == true {
    -      include confdroid_postgresql::exporter::service
    -    }
         if $pl_use_pg_bouncer == true {
           include confdroid_postgresql::bouncer::service
         }
    diff --git a/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html b/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html
    index 31de986..9641fc1 100644
    --- a/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html
    +++ b/doc/puppet_classes/confdroid_postgresql_3A_3Aparams.html
    @@ -75,20 +75,14 @@
           
           confdroid_postgresql::main::install
    - confdroid_postgresql::exporter::dirs
    - confdroid_postgresql::server::initdb
    - confdroid_postgresql::exporter::files
    - confdroid_postgresql::server::service
    confdroid_postgresql::bouncer::bouncer
    confdroid_postgresql::bouncer::service
    - confdroid_postgresql::exporter::service
    - confdroid_postgresql::firewall::iptables
    confdroid_postgresql::server::pghba::pg_hba
    @@ -464,42 +458,6 @@
  • -
  • - - pl_use_exporter - - - (Boolean) - - - (defaults to: false) - - - — -
    -

    whether to use the postgresql-exporter

    -
    - -
  • - -
  • - - pl_install_dir - - - (String) - - - (defaults to: '/opt/postgres-exporter') - - - — -
    -

    the path for the postgres-exporter files

    -
    - -
  • -
  • pl_idle_timeout @@ -673,6 +631,8 @@
     
     
    +36
    +37
     38
     39
     40
    @@ -743,16 +703,10 @@
     105
     106
     107
    -108
    -109
    -110
    -111
    -112
    -113
    -114
    +108 -
    # File 'manifests/params.pp', line 38
    +        
    # File 'manifests/params.pp', line 36
     
     class confdroid_postgresql::params (
     
    @@ -783,10 +737,6 @@ class confdroid_postgresql::params (
       Boolean $pl_manage_content      = true,
       Boolean $pl_manage_extensions   = false,
     
    -  # postgresql exporter
    -  Boolean $pl_use_exporter        = false,
    -  String $pl_install_dir          = '/opt/postgres-exporter',
    -
       # pg bouncer
       Boolean $pl_use_pg_bouncer      = false,
       String $pl_bouncer_listen_addr  = '0.0.0.0',