Commit 33f8959ea45403c40ef9a6b94df8cd5d4839c3ad
1 parent
76d3b107
Exists in
master
and in
41 other branches
set mailman default language
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
cookbooks/mailman/templates/centos/mm_cfg.py.erb
@@ -21,6 +21,7 @@ DEFAULT_EMAIL_HOST = '<%= node['config']['lists_hostname'] %>' | @@ -21,6 +21,7 @@ DEFAULT_EMAIL_HOST = '<%= node['config']['lists_hostname'] %>' | ||
21 | MTA = None | 21 | MTA = None |
22 | POSTFIX_STYLE_VIRTUAL_DOMAINS = ['<%= node['config']['lists_hostname']%>'] | 22 | POSTFIX_STYLE_VIRTUAL_DOMAINS = ['<%= node['config']['lists_hostname']%>'] |
23 | DEFAULT_URL_PATTERN = 'https://%s/mailman/cgi-bin/' | 23 | DEFAULT_URL_PATTERN = 'https://%s/mailman/cgi-bin/' |
24 | +DEFAULT_SERVER_LANGUAGE = 'pt_BR' | ||
24 | 25 | ||
25 | ############################################################### | 26 | ############################################################### |
26 | # copied from default mailman config file | 27 | # copied from default mailman config file |