diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 17:50:09 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 17:50:09 +0200 |
commit | e60364176df508aab98f082e0dfbb9d25f059185 (patch) | |
tree | 4c516e07afddaa2dc59ede2fdd61fc3e0673f2c0 /modules/postgresql | |
parent | 73e35a0836db5b81a05b2762babaa14f9e85e0f2 (diff) | |
download | puppet-e60364176df508aab98f082e0dfbb9d25f059185.tar puppet-e60364176df508aab98f082e0dfbb9d25f059185.tar.gz puppet-e60364176df508aab98f082e0dfbb9d25f059185.tar.bz2 puppet-e60364176df508aab98f082e0dfbb9d25f059185.tar.xz puppet-e60364176df508aab98f082e0dfbb9d25f059185.zip |
Adapt to new check server
Diffstat (limited to 'modules/postgresql')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 6ecafbd4..4305c2c1 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -123,8 +123,8 @@ hostssl template1 bugs 2a02:2178:2:7::2/128 md5 # Allow youri-ckeck on rabbit to access the results db hostssl youri_check youri 88.190.12.224/32 md5 # Allow local access too -hostssl youri_check youri 212.85.158.146/32 md5 -hostssl youri_check youri 2a02:2178:2:7::2/128 md5 +hostssl youri_check youri 212.85.158.151/32 md5 +hostssl youri_check youri 2a02:2178:2:7::7/128 md5 # "local" is for Unix domain socket connections only local all all ident map=local |