Add 'env_confdir' to constants

Env confdir is always populated so it should be listed among variables
set during a call to `Env._bootstrap()`.

https://fedorahosted.org/freeipa/ticket/6389

Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Martin Babinsky 2016-12-05 13:39:42 +01:00
parent a8b7dbff8a
commit 1300381d45

View File

@ -221,6 +221,7 @@ DEFAULT_CONFIG = (
('dot_ipa', object), # ~/.ipa directory
('context', object), # Name of context, default is 'default'
('confdir', object), # Directory containing config files
('env_confdir', None), # conf dir specified by IPA_CONFDIR env variable
('conf', object), # File containing context specific config
('conf_default', object), # File containing context independent config
('plugins_on_demand', object), # Whether to finalize plugins on-demand (bool)