Fix typo in server smoke test

This commit is contained in:
William Van Hevelingen 2012-11-03 01:34:06 +00:00
parent 686f1ca0e3
commit 65f8d27f11

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 johndoe 192.168.0.0/24 cert'],
'manage_redhat_firewall' => true,
'postgres_password' => 'postgres',
},