mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Env._finalize_core() now also loads config from Env.conf_default
This commit is contained in:
@@ -203,6 +203,8 @@ class Env(object):
|
||||
self.__doing('_finalize_core')
|
||||
self.__do_if_not_done('_bootstrap')
|
||||
self._merge_config(self.conf)
|
||||
if self.conf_default != self.conf:
|
||||
self._merge_config(self.conf_default)
|
||||
if 'in_server' not in self:
|
||||
self.in_server = (self.context == 'server')
|
||||
if 'log' not in self:
|
||||
|
||||
Reference in New Issue
Block a user