typos in readme and test/server.pp

This commit is contained in:
dharwood 2012-10-22 12:41:05 -07:00
parent b8389d19ad
commit 555f3e9838
2 changed files with 2 additions and 2 deletions

View file

@ -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!',
},

View file

@ -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',
},