summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000635.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2010-November/000635.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-1be510f9529cb082f802408b472a77d074b394c0.tar
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz
archives-1be510f9529cb082f802408b472a77d074b394c0.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000635.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000635.html131
1 files changed, 131 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000635.html b/zarb-ml/mageia-sysadm/2010-November/000635.html
new file mode 100644
index 000000000..c0bc5293f
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000635.html
@@ -0,0 +1,131 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [295] Add 30-site.conf ( WIP )
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B295%5D%20Add%2030-site.conf%20%28%20WIP%20%29&In-Reply-To=%3C20101118232022.48A6C3FBCB%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000667.html">
+ <LINK REL="Next" HREF="000636.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [295] Add 30-site.conf ( WIP )</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B295%5D%20Add%2030-site.conf%20%28%20WIP%20%29&In-Reply-To=%3C20101118232022.48A6C3FBCB%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [295] Add 30-site.conf ( WIP )">root at mageia.org
+ </A><BR>
+ <I>Fri Nov 19 00:20:22 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000667.html">[Mageia-sysadm] [294] - start to merge simple relay, and add some basic antispam filtering
+</A></li>
+ <LI>Next message: <A HREF="000636.html">[Mageia-sysadm] [296] - move the declaration to the top of the file, less confusing.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#635">[ date ]</a>
+ <a href="thread.html#635">[ thread ]</a>
+ <a href="subject.html#635">[ subject ]</a>
+ <a href="author.html#635">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 295
+Author: dmorgan
+Date: 2010-11-19 00:20:22 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+Add 30-site.conf ( WIP )
+
+Modified Paths:
+--------------
+ puppet/modules/transifex/manifests/init.pp
+
+Added Paths:
+-----------
+ puppet/modules/transifex/templates/30-site.conf
+
+Modified: puppet/modules/transifex/manifests/init.pp
+===================================================================
+--- puppet/modules/transifex/manifests/init.pp 2010-11-18 22:34:59 UTC (rev 294)
++++ puppet/modules/transifex/manifests/init.pp 2010-11-18 23:20:22 UTC (rev 295)
+@@ -13,6 +13,15 @@
+ content =&gt; template(&quot;transifex/20-engines.conf&quot;)
+ }
+
++ file { &quot;30-site.conf&quot;:
++ path =&gt; &quot;/etc/transifex/30-site.conf&quot;,
++ ensure =&gt; present,
++ owner =&gt; root,
++ group =&gt; root,
++ mode =&gt; 755,
++ content =&gt; template(&quot;transifex/30-site.conf&quot;)
++ }
++
+ # apache::vhost_django_app { &quot;transifex.$domain&quot;:
+ # module =&gt; &quot;transifex&quot;
+ # }
+
+Added: puppet/modules/transifex/templates/30-site.conf
+===================================================================
+--- puppet/modules/transifex/templates/30-site.conf (rev 0)
++++ puppet/modules/transifex/templates/30-site.conf 2010-11-18 23:20:22 UTC (rev 295)
+@@ -0,0 +1,26 @@
++# Sites
++SITE_ID = 1
++# Your site's domain. This is used only in this file.
++SITE_DOMAIN = ''
++
++ADMINS = (
++ # ('Your Name', '<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">your_email at domain.com</A>'),
++)
++
++MANAGERS = ADMINS
++
++DEBUG = True
++TEMPLATE_DEBUG = DEBUG
++SERVE_MEDIA = DEBUG
++
++# This defines who can see {% if debug %}{% endif %} blocks
++INTERNAL_IPS=('127.0.0.1',)
++
++# Email sending
++EMAIL_HOST = 'localhost'
++EMAIL_HOST_USER = ''
++EMAIL_HOST_PASSWORD = ''
++SITE_DOMAIN = 'mageia.org'
++EMAIL_USE_TLS = True
++EMAIL_PORT = 587
++DEFAULT_FROM_EMAIL = 'noreply@%s' % SITE_DOMAIN
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101119/90fcb09b/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000667.html">[Mageia-sysadm] [294] - start to merge simple relay, and add some basic antispam filtering
+</A></li>
+ <LI>Next message: <A HREF="000636.html">[Mageia-sysadm] [296] - move the declaration to the top of the file, less confusing.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#635">[ date ]</a>
+ <a href="thread.html#635">[ thread ]</a>
+ <a href="subject.html#635">[ subject ]</a>
+ <a href="author.html#635">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>