add variables
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
# @param [string] pl_source_range the source range for allowed clients
|
||||
# @param [boolean] pl_enable_fw whether to enable the firewall
|
||||
# @param [string] pl_listen_address which address should the service listen on
|
||||
# @param [string] pl_listen_port which port should the service listen on
|
||||
# @param [string] pl_max_conn maximum connections the service will accept
|
||||
# @summary Class contains all parameters for the postgresql_cd module.
|
||||
##############################################################################
|
||||
class postgresql_cd::params (
|
||||
@@ -31,6 +33,8 @@ class postgresql_cd::params (
|
||||
|
||||
# main config
|
||||
String $pl_listen_address = '*',
|
||||
String $pl_listen_port = '5432',
|
||||
String $pl_max_conn = '100',
|
||||
|
||||
) {
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user