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

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@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