mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
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:
parent
a8b7dbff8a
commit
1300381d45
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user