From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000293.html | 88 +++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000293.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000293.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000293.html b/zarb-ml/mageia-sysadm/2010-November/000293.html new file mode 100644 index 000000000..202407d9a --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000293.html @@ -0,0 +1,88 @@ + + + + [Mageia-sysadm] [171] - allow transifex user to connect to transifex database + + + + + + + + + +

[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
+ -- cgit v1.2.1