aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-19 00:03:41 +0000
committerMichael Scherer <misc@mageia.org>2010-11-19 00:03:41 +0000
commit4aef601c4306c2fa64dabd802710fa8a048bdd71 (patch)
treeff13ac4ae8702e26aa3e51b2dd8adbd6aa92eab1 /modules/transifex
parent50558575e2e33b36dfb825fa222f32ad3b3a4306 (diff)
downloadpuppet-4aef601c4306c2fa64dabd802710fa8a048bdd71.tar
puppet-4aef601c4306c2fa64dabd802710fa8a048bdd71.tar.gz
puppet-4aef601c4306c2fa64dabd802710fa8a048bdd71.tar.bz2
puppet-4aef601c4306c2fa64dabd802710fa8a048bdd71.tar.xz
puppet-4aef601c4306c2fa64dabd802710fa8a048bdd71.zip
- move the declaration to the top of the file, less confusing.
- do not hardcode domain name
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/templates/30-site.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/transifex/templates/30-site.conf b/modules/transifex/templates/30-site.conf
index 826662bc..48614703 100644
--- a/modules/transifex/templates/30-site.conf
+++ b/modules/transifex/templates/30-site.conf
@@ -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 @@ INTERNAL_IPS=('127.0.0.1',)
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