Commit 9777059f7e3ed327c30873fa97abda1e1528f86a
1 parent
81a2edce
Exists in
master
and in
90 other branches
Mailman: change parameters in add_virtualhost
This change was made in mm_cfg.py
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/mailman/templates/centos/mm_cfg.py.erb
... | ... | @@ -25,4 +25,4 @@ DEFAULT_URL_PATTERN = 'http://%s/mailman/cgi-bin/' |
25 | 25 | ############################################################### |
26 | 26 | # copied from default mailman config file |
27 | 27 | ############################################################### |
28 | -add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) | |
28 | +add_virtualhost(DEFAULT_EMAIL_HOST, DEFAULT_URL_HOST) | ... | ... |