Commit 0d09eaa61e15e00032f7cfd31400e1efc07eaf99
1 parent
d788afd4
Exists in
master
and in
89 other branches
Fixed held message
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/mailman/templates/centos/mm_cfg.py.erb
... | ... | @@ -20,7 +20,7 @@ DEFAULT_URL_HOST = '<%= node['config']['lists_hostname'] %>' |
20 | 20 | DEFAULT_EMAIL_HOST = '<%= node['config']['lists_hostname'] %>' |
21 | 21 | MTA = None |
22 | 22 | POSTFIX_STYLE_VIRTUAL_DOMAINS = ['<%= node['config']['lists_hostname']%>'] |
23 | -DEFAULT_URL_PATTERN = 'http://%s/mailman/cgi-bin/' | |
23 | +DEFAULT_URL_PATTERN = 'https://%s/mailman/cgi-bin/' | |
24 | 24 | |
25 | 25 | ############################################################### |
26 | 26 | # copied from default mailman config file | ... | ... |