Fix variable access warnings

Change-Id: Ie41a38877145e6583d012d305d930b64a4d147b5
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-07-09 16:54:07 -04:00
parent f7bc3034a8
commit d034bfe8ff
1 changed files with 2 additions and 2 deletions

View File

@ -63,10 +63,10 @@ IMAGE_LOGOS = '/images/mailman/'
#-------------------------------------------------------------
# Default domain for email addresses of newly created MLs
DEFAULT_EMAIL_HOST = '<%= vhost_name %>'
DEFAULT_EMAIL_HOST = '<%= @vhost_name %>'
#-------------------------------------------------------------
# Default host for web interface of newly created MLs
DEFAULT_URL_HOST = '<%= vhost_name %>'
DEFAULT_URL_HOST = '<%= @vhost_name %>'
#-------------------------------------------------------------
# Required when setting any of its arguments.
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)