3
0

fix autoload

This commit is contained in:
12ww1160
2025-12-05 14:22:43 +01:00
parent b4c7c64169
commit 84a58bc0c8
19 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::bouncer::bouncer.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages the pgbouncer service
###############################################################################
class confdroid_postgresql::bouncer::bouncer (

View File

@@ -1,13 +1,13 @@
# confdroid_postgresql::bouncer::rule.pp
# confdroid_postgresql::bouncer::bouncer_rule.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary define manages rule entries for bouncer rules
# @see https://www.postgresql.org/docs/9.6/static/auth-pg-hba-conf.html
# @param [String] pl_bouncer_db_name db name for the bouncer rule
# @param [String] pl_bouncer_host IP of the db host to bounce to
# @param [String] pl_bouncer_port port of the db host to bounce to
##############################################################################
define confdroid_postgresql::bouncer::rule (
define confdroid_postgresql::bouncer::bouncer_rule (
String $pl_bouncer_db_name = undef,
String $pl_bouncer_host = '127.0.0.1',

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::bouncer::service.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages the pgbouncer service
###############################################################################
class confdroid_postgresql::bouncer::service (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::exporter::dirs.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages the postgresql exporter dirs
###############################################################################
class confdroid_postgresql::exporter::dirs (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::exporter::files.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages the postgresql exporter files
###############################################################################
class confdroid_postgresql::exporter::files (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::exporter::service.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages the postgresql exporter service
###############################################################################
class confdroid_postgresql::exporter::service (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::firewall::iptables.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages the alloy iptables
###############################################################################
class confdroid_postgresql::firewall::iptables (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::init.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class initializes the confdroid_postgresql module.
##############################################################################
class confdroid_postgresql {

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::main::config.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages logic for the confdroid_postgresql module.
##############################################################################
class confdroid_postgresql::main::config (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::main::dirs.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages logic for the confdroid_postgresql module.
##############################################################################
class confdroid_postgresql::main::dirs (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::main::files.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages logic for the confdroid_postgresql module.
##############################################################################
class confdroid_postgresql::main::files (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::main::install.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages logic for the confdroid_postgresql module.
##############################################################################
class confdroid_postgresql::main::install (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::params.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class contains all parameters for the confdroid_postgresql module.
# @param [String] pl_server_fqdn the fqdn of the postgresql server. Any other
# system will be configured as client

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::databases::db_df
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com.com)
# Author: 12ww1160 (12ww1160@confdroid.com.com)
# @summary define manages databases
# @see https://www.postgresql.org/docs/9.6/static/managing-databases.html
# @param [String] pl_db_name the name of the database to be created.

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::initdb.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class initiates the database
###############################################################################
class confdroid_postgresql::server::initdb (

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::pg_hba.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (arne_teuke@puppetsoft.com)
# Author: 12ww1160 (arne_teuke@puppetsoft.com)
# @summary Class manages pg_hba.conf file and line entries through define
# pg_hba_rule.pp
# @example confdroid_postgresql::server::pghba::pg_hba_rule { 'local access for role postgres':

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::pghba::pg_hba_rule
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary define manages rule entries for pg_hba configuration file
# @see https://www.postgresql.org/docs/9.6/static/auth-pg-hba-conf.html
# @param [string] pl_auth_type Specify the authentication type, can be

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::roles::role_df
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary define manages databases
# @see https://www.postgresql.org/docs/9.6/static/managing-databases.html

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::service.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (12ww1160@confdroid.com)
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages the postgresql service
###############################################################################
class confdroid_postgresql::server::service (