Commit d788afd4c1a6f0893361bff4ce43a59b00347037
1 parent
ad506c07
Exists in
master
and in
64 other branches
Fixing list domain name in mm_cfg.py.erb
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
... | ... | @@ -16,7 +16,7 @@ except: |
16 | 16 | # site-specific items |
17 | 17 | ############################################################### |
18 | 18 | |
19 | -DEFAULT_URL_HOST = '<%= node['config']['external_hostname'] %>' | |
19 | +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']%>'] | ... | ... |