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 @@ -
This module has been developed for and tested with
OS: Rocky 9
Puppet 6 - 8
+Puppet 8
This module has been developed for and tested with
OS: Rocky 9
Puppet 6 - 8
+Puppet 8
# 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 @@ -
whether to use the postgresql-exporter
-the path for the postgres-exporter files
-+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',