3
0

add bouncer

This commit is contained in:
12ww1160
2025-12-05 13:06:10 +01:00
parent 9df1304812
commit c4fcffcb40
20 changed files with 119 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::databases::db_df
# Module name: confdroid_postgresql
# Author: Arne Teuke (arne_teuke@confdroid.com.com)
# Author: Arne Teuke (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 (arne_teuke@confdroid.com)
# Author: Arne Teuke (12ww1160@confdroid.com)
# @summary Class initiates the database
###############################################################################
class confdroid_postgresql::server::initdb (

View File

@@ -1,13 +1,13 @@
## confdroid_postgresql::server::pghba::pg_hba_rule
# Module name: confdroid_postgresql
# Author: Arne Teuke (arne_teuke@confdroid.com)
# Author: Arne Teuke (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
# 'local', 'host', 'hostssl' or 'hostnossl'.
# @param [string] pl_auth_database Specify the database for the connection
# @param [string] pl_auth_user Specify the user for the connection
# @param [string] pl_auth_address SPecify IP address or FQDN for the
# @param [string] pl_auth_address Specify IP address or FQDN for the
# connection, i.e. where to connect FROM.
# @param [string] pl_auth_method Specify the auth method, can be 'trust',
# 'reject', 'md5' , 'password', 'gss', 'sspi', 'ident', 'peer', 'ldap',

View File

@@ -1,6 +1,6 @@
## confdroid_postgresql::server::roles::role_df
# Module name: confdroid_postgresql
# Author: Arne Teuke (arne_teuke@confdroid.com)
# Author: Arne Teuke (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 (arne_teuke@confdroid.com)
# Author: Arne Teuke (12ww1160@confdroid.com)
# @summary Class manages the postgresql service
###############################################################################
class confdroid_postgresql::server::service (