[Mageia-sysadm] [296] - move the declaration to the top of the file, less confusing.
root at mageia.org
root at mageia.org
Fri Nov 19 01:03:41 CET 2010
Revision: 296
Author: misc
Date: 2010-11-19 01:03:41 +0100 (Fri, 19 Nov 2010)
Log Message:
-----------
- move the declaration to the top of the file, less confusing.
- do not hardcode domain name
Modified Paths:
--------------
puppet/modules/transifex/templates/30-site.conf
Modified: puppet/modules/transifex/templates/30-site.conf
===================================================================
--- puppet/modules/transifex/templates/30-site.conf 2010-11-18 23:20:22 UTC (rev 295)
+++ puppet/modules/transifex/templates/30-site.conf 2010-11-19 00:03:41 UTC (rev 296)
@@ -1,7 +1,7 @@
# Sites
SITE_ID = 1
# Your site's domain. This is used only in this file.
-SITE_DOMAIN = ''
+SITE_DOMAIN = '<%= domain %>'
ADMINS = (
# ('Your Name', 'your_email at domain.com'),
@@ -20,7 +20,6 @@
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: </pipermail/mageia-sysadm/attachments/20101119/5279ec41/attachment.html>
More information about the Mageia-sysadm
mailing list