Use multisite template dir

Start using the new template directory in multisite installations.

Depends-On: https://review.openstack.org/535851
Change-Id: I471509355576f2a8ed1bea04782388281958a4cc
This commit is contained in:
James E. Blair 2018-01-19 08:59:41 -08:00
parent 3f8567fc9c
commit b0088677cd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ SPAM_DIR = os.path.join(VAR_PREFIX, 'spam')
WRAPPER_DIR = os.path.join(EXEC_PREFIX, 'mail')
BIN_DIR = os.path.join(PREFIX, 'bin')
SCRIPTS_DIR = os.path.join(PREFIX, 'scripts')
TEMPLATE_DIR = os.path.join(PREFIX, 'templates')
TEMPLATE_DIR = os.path.join(VAR_PREFIX, 'templates')
MESSAGES_DIR = os.path.join(PREFIX, 'messages')
PUBLIC_ARCHIVE_FILE_DIR = os.path.join(VAR_PREFIX, 'archives', 'public')
PRIVATE_ARCHIVE_FILE_DIR = os.path.join(VAR_PREFIX, 'archives', 'private')