Sha256: 973177e0f0671ba97ea468b4cc09b5e9f8cd93de7efd8a20606740ebeddde2e0

Contents?: true

Size: 395 Bytes

Versions: 6

Compression:

Stored size: 395 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'           => '*',
        'ipv4acls'                   => ['hostssl all johndoe 192.168.0.0/24 cert'],
        'manage_redhat_firewall'     => true,
        'postgres_password'          => 'postgres',
    },
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
freighthop-0.0.6 modules/postgresql/examples/server.pp
freighthop-0.0.5 modules/postgresql/examples/server.pp
freighthop-0.0.4 modules/postgresql/examples/server.pp
freighthop-0.0.3 modules/postgresql/examples/server.pp
freighthop-0.0.2 modules/postgresql/examples/server.pp
freighthop-0.0.1 modules/postgresql/examples/server.pp