adjust everything for compliance with puppet-lint
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
## postgresql_cd::params.pp
|
||||
# Module name: postgresql_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @param [string] pl_server_fqdn the fqdn of the postgresql server. Any other
|
||||
# @param [String] pl_server_fqdn the fqdn of the postgresql server. Any other
|
||||
# system will be configured as client
|
||||
# @param [string] reqpackages_server the packages for the server
|
||||
# @param [string] reqpackages_client the packages for the client
|
||||
# @param [string] pkg_ensure which version of the packages to install, i.e.
|
||||
# @param [String] reqpackages_server the packages for the server
|
||||
# @param [String] reqpackages_client the packages for the client
|
||||
# @param [String] pkg_ensure which version of the packages to install, i.e.
|
||||
# 'latest', 'present' '13.20',
|
||||
# @param [string] pl_fw_rule_order the prefix for the firewall rule
|
||||
# @param [string] pl_fw_port the port to use for service and firewall
|
||||
# @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
|
||||
# @param [String] pl_fw_rule_order the prefix for the firewall rule
|
||||
# @param [String] pl_fw_port the port to use for service and firewall
|
||||
# @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 (
|
||||
|
||||
Reference in New Issue
Block a user