diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 14:46:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 14:46:46 -0300 |
commit | c9d613244a3aee826152118420c6f0df141724a9 (patch) | |
tree | d03b2324a49628eda7268a830150b8db7ea3d217 /templates | |
parent | 62449e8b0ea38961dff3bc916dc51a593d93c092 (diff) | |
download | puppet-mail-c9d613244a3aee826152118420c6f0df141724a9.tar.gz puppet-mail-c9d613244a3aee826152118420c6f0df141724a9.tar.bz2 |
More sympa configs
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sympa/sympa.conf.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sympa/sympa.conf.erb b/templates/sympa/sympa.conf.erb index 6786085..7708bd9 100644 --- a/templates/sympa/sympa.conf.erb +++ b/templates/sympa/sympa.conf.erb @@ -160,10 +160,10 @@ db_passwd <%= sympa_database_password %> ###\\\\ Web interface ////### ## Sympa's main page URL -wwsympa_url http://ramanujan/sympa +wwsympa_url https://<%= sympa_subdomain %>.<%= domain %> ## SOAP service URL -soap_url http://ramanujan/sympasoap +soap_url https://<%= sympa_subdomain %>.<%= domain %>/sympasoap ## Supported languages for the user interface supported_lang en_US,pt_BR |