typos in readme and test/server.pp
This commit is contained in:
parent
b8389d19ad
commit
555f3e9838
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ class { 'postgresql::server':
|
|||
'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' ]
|
||||
'ipv4acls' => ['hostssl all johndoe 192.168.0.0/24 cert'],
|
||||
'manage_redhat_firewall' => true,
|
||||
'postgres_password' => 'TPSrep0rt!',
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@ class { 'postgresql::server':
|
|||
'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 all johndoe 192.168.0.0/24 cert' ],
|
||||
'ipv4acls' => ['hostssl all all johndoe 192.168.0.0/24 cert'],
|
||||
'manage_redhat_firewall' => true,
|
||||
'postgres_password' => 'postgres',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue