[Mageia-sysadm] [171] - allow transifex user to connect to transifex database

root at mageia.org root at mageia.org
Sat Nov 6 08:10:15 CET 2010


Revision: 171
Author:   nanardon
Date:     2010-11-06 08:10:14 +0100 (Sat, 06 Nov 2010)
Log Message:
-----------
- allow transifex user to connect to transifex database

Modified Paths:
--------------
    puppet/modules/postgresql/templates/pg_hba.conf

Modified: puppet/modules/postgresql/templates/pg_hba.conf
===================================================================
--- puppet/modules/postgresql/templates/pg_hba.conf	2010-11-05 23:49:19 UTC (rev 170)
+++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-06 07:10:14 UTC (rev 171)
@@ -83,7 +83,10 @@
 host   epoll            epoll           2a02:2178:2:7::2/128    md5
 host   mirrors          mirrors         127.0.0.1/32            md5
 host   mirrors          mirrors         212.85.158.146/32       md5
-host   mirrors          mirrors           2a02:2178:2:7::2/128    md5
+host   mirrors          mirrors         2a02:2178:2:7::2/128    md5
+host   transifex        transifex       127.0.0.1/32            md5
+host   transifex        transifex       212.85.158.146/32       md5
+host   transifex        transifex       2a02:2178:2:7::2/128    md5
 
 # "local" is for Unix domain socket connections only
 local   all             all                                     ident
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101106/13515153/attachment.html>


More information about the Mageia-sysadm mailing list