From 84a58bc0c8e1744519d0be705f4e9bb862fa38d5 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Fri, 5 Dec 2025 14:22:43 +0100 Subject: [PATCH] fix autoload --- manifests/bouncer/bouncer.pp | 2 +- manifests/bouncer/bouncer_rule.pp | 6 +++--- manifests/bouncer/service.pp | 2 +- manifests/exporter/dirs.pp | 2 +- manifests/exporter/files.pp | 2 +- manifests/exporter/service.pp | 2 +- manifests/firewall/iptables.pp | 2 +- manifests/init.pp | 2 +- manifests/main/config.pp | 2 +- manifests/main/dirs.pp | 2 +- manifests/main/files.pp | 2 +- manifests/main/install.pp | 2 +- manifests/params.pp | 2 +- manifests/server/databases/db_df.pp | 2 +- manifests/server/initdb.pp | 2 +- manifests/server/pghba/pg_hba.pp | 2 +- manifests/server/pghba/pg_hba_rule.pp | 2 +- manifests/server/roles/role_df.pp | 2 +- manifests/server/service.pp | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/manifests/bouncer/bouncer.pp b/manifests/bouncer/bouncer.pp index 8d2305b..888063f 100644 --- a/manifests/bouncer/bouncer.pp +++ b/manifests/bouncer/bouncer.pp @@ -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 ( diff --git a/manifests/bouncer/bouncer_rule.pp b/manifests/bouncer/bouncer_rule.pp index 96d3c69..1914736 100644 --- a/manifests/bouncer/bouncer_rule.pp +++ b/manifests/bouncer/bouncer_rule.pp @@ -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', diff --git a/manifests/bouncer/service.pp b/manifests/bouncer/service.pp index d248732..f9e3325 100644 --- a/manifests/bouncer/service.pp +++ b/manifests/bouncer/service.pp @@ -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 ( diff --git a/manifests/exporter/dirs.pp b/manifests/exporter/dirs.pp index b3fe7d2..0eaebf5 100644 --- a/manifests/exporter/dirs.pp +++ b/manifests/exporter/dirs.pp @@ -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 ( diff --git a/manifests/exporter/files.pp b/manifests/exporter/files.pp index 07f31a5..28e9155 100644 --- a/manifests/exporter/files.pp +++ b/manifests/exporter/files.pp @@ -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 ( diff --git a/manifests/exporter/service.pp b/manifests/exporter/service.pp index 58f364d..befed64 100644 --- a/manifests/exporter/service.pp +++ b/manifests/exporter/service.pp @@ -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 ( diff --git a/manifests/firewall/iptables.pp b/manifests/firewall/iptables.pp index 76dca56..e80d0cc 100644 --- a/manifests/firewall/iptables.pp +++ b/manifests/firewall/iptables.pp @@ -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 ( diff --git a/manifests/init.pp b/manifests/init.pp index a1d56cf..05127d3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 { diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 998bd43..c1a7e4f 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -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 ( diff --git a/manifests/main/dirs.pp b/manifests/main/dirs.pp index 8ddea72..7d80d82 100644 --- a/manifests/main/dirs.pp +++ b/manifests/main/dirs.pp @@ -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 ( diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 0fe5344..748853b 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -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 ( diff --git a/manifests/main/install.pp b/manifests/main/install.pp index 3ac89ec..047496e 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -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 ( diff --git a/manifests/params.pp b/manifests/params.pp index eb2a69b..baf4682 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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 diff --git a/manifests/server/databases/db_df.pp b/manifests/server/databases/db_df.pp index 8f87c5c..21224b6 100644 --- a/manifests/server/databases/db_df.pp +++ b/manifests/server/databases/db_df.pp @@ -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. diff --git a/manifests/server/initdb.pp b/manifests/server/initdb.pp index e5039f2..bdf5376 100644 --- a/manifests/server/initdb.pp +++ b/manifests/server/initdb.pp @@ -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 ( diff --git a/manifests/server/pghba/pg_hba.pp b/manifests/server/pghba/pg_hba.pp index 117627f..f297466 100644 --- a/manifests/server/pghba/pg_hba.pp +++ b/manifests/server/pghba/pg_hba.pp @@ -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': diff --git a/manifests/server/pghba/pg_hba_rule.pp b/manifests/server/pghba/pg_hba_rule.pp index d000ead..b42e462 100644 --- a/manifests/server/pghba/pg_hba_rule.pp +++ b/manifests/server/pghba/pg_hba_rule.pp @@ -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 diff --git a/manifests/server/roles/role_df.pp b/manifests/server/roles/role_df.pp index e7592d4..047cae1 100644 --- a/manifests/server/roles/role_df.pp +++ b/manifests/server/roles/role_df.pp @@ -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 diff --git a/manifests/server/service.pp b/manifests/server/service.pp index 1043476..ede67db 100644 --- a/manifests/server/service.pp +++ b/manifests/server/service.pp @@ -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 (