Commit 9777059f7e3ed327c30873fa97abda1e1528f86a

Authored by Lucas Kanashiro
1 parent 81a2edce

Mailman: change parameters in add_virtualhost

This change was made in mm_cfg.py
cookbooks/mailman/templates/centos/mm_cfg.py.erb
@@ -25,4 +25,4 @@ DEFAULT_URL_PATTERN = 'http://%s/mailman/cgi-bin/' @@ -25,4 +25,4 @@ DEFAULT_URL_PATTERN = 'http://%s/mailman/cgi-bin/'
25 ############################################################### 25 ###############################################################
26 # copied from default mailman config file 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)