Sha256: 81eb573c899d7f78de4b810c5fa32f1228d37d3cf1b106aee7a95a0d7cd17b45
Contents?: true
Size: 537 Bytes
Versions: 6
Compression:
Stored size: 537 Bytes
Contents
class { 'postgresql::server': config_hash => { 'ip_mask_deny_postgres_user' => '0.0.0.0/32', 'ip_mask_allow_all_users' => '0.0.0.0/0', 'listen_addresses' => '*', 'manage_redhat_firewall' => true, 'postgres_password' => 'postgres', }, } include 'postgresql::params' $pg_conf_include_file = "${postgresql::params::confdir}/postgresql_puppet_extras.conf" file { $pg_conf_include_file: content => 'max_connections = 123', notify => Service['postgresqld'], }
Version data entries
6 entries across 6 versions & 1 rubygems