Merge pull request #122 from coreos-inc/lafix

Fix default log archive location for ER
This commit is contained in:
Jake Moshenko 2015-06-11 13:45:21 -04:00
commit 683d5080d8

View file

@ -40,6 +40,8 @@ def add_enterprise_config_defaults(config_obj, current_secret_key, hostname):
config_obj['USERFILES_LOCATION'] = 'local'
config_obj['USERFILES_PATH'] = 'userfiles/'
config_obj['LOG_ARCHIVE_LOCATION'] = 'local'
if not 'SERVER_HOSTNAME' in config_obj:
config_obj['SERVER_HOSTNAME'] = hostname