diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-04-02 12:22:27 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-04-02 12:22:27 +0000 |
commit | 1a888419b6796e215c8a11fa9de10229b5cff1c0 (patch) | |
tree | dccb7448e02f207b21d83474f28d682326a0ebc3 /modules/postgresql | |
parent | da14180248ec2ce2f17f1f69e176e30f6651eaed (diff) | |
download | puppet-1a888419b6796e215c8a11fa9de10229b5cff1c0.tar puppet-1a888419b6796e215c8a11fa9de10229b5cff1c0.tar.gz puppet-1a888419b6796e215c8a11fa9de10229b5cff1c0.tar.bz2 puppet-1a888419b6796e215c8a11fa9de10229b5cff1c0.tar.xz puppet-1a888419b6796e215c8a11fa9de10229b5cff1c0.zip |
Store youri-check results in pgsql, and generate the reports from there on alamut
Diffstat (limited to 'modules/postgresql')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 19b1bd05..de40523d 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -114,6 +114,8 @@ host template1 bugs ::1/128 md5 hostssl template1 bugs 212.85.158.146/32 md5 hostssl template1 bugs 2a02:2178:2:7::2/128 md5 +# Allow youri-ckeck on rabbit to access the results db +hostssl youri youri 88.190.12.224/32 md5 # "local" is for Unix domain socket connections only local all all ident map=local |