aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-19 00:04:05 +0000
committerMichael Scherer <misc@mageia.org>2010-11-19 00:04:05 +0000
commit42a828d400f46760c4b4262e462c05fe94e62c9a (patch)
tree840cd7879348f5796d226a6dc501f4b0cb97fafe /modules/transifex
parent4aef601c4306c2fa64dabd802710fa8a048bdd71 (diff)
downloadpuppet-42a828d400f46760c4b4262e462c05fe94e62c9a.tar
puppet-42a828d400f46760c4b4262e462c05fe94e62c9a.tar.gz
puppet-42a828d400f46760c4b4262e462c05fe94e62c9a.tar.bz2
puppet-42a828d400f46760c4b4262e462c05fe94e62c9a.tar.xz
puppet-42a828d400f46760c4b4262e462c05fe94e62c9a.zip
- do not use TLS, will not work
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/templates/30-site.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/transifex/templates/30-site.conf b/modules/transifex/templates/30-site.conf
index 48614703..4d4e9e4c 100644
--- a/modules/transifex/templates/30-site.conf
+++ b/modules/transifex/templates/30-site.conf
@@ -20,6 +20,6 @@ INTERNAL_IPS=('127.0.0.1',)
EMAIL_HOST = 'localhost'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
-EMAIL_USE_TLS = True
+EMAIL_USE_TLS = False
EMAIL_PORT = 587
DEFAULT_FROM_EMAIL = 'noreply@%s' % SITE_DOMAIN