summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-27 00:58:25 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-27 00:58:25 -0600
commit28dd8e74bdefd62307881f6e086af59db97a21a0 (patch)
treeee2eb935d5e07bfa867374ce65d1af9804bf839d /ipalib/constants.py
parentc8b3f6516513dc3e5948fe8280c3f159ad122684 (diff)
downloadfreeipa-28dd8e74bdefd62307881f6e086af59db97a21a0.tar.gz
freeipa-28dd8e74bdefd62307881f6e086af59db97a21a0.tar.xz
freeipa-28dd8e74bdefd62307881f6e086af59db97a21a0.zip
Env._bootstrap() now also sets Env.conf_default
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index e7b370f1..4942cc9b 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -79,7 +79,8 @@ DEFAULT_CONFIG = (
# Set in Env._bootstrap():
('in_tree', None), # Whether or not running in-tree (bool)
('context', None), # Name of context, default is 'default'
- ('conf', None), # Path to configuration file
+ ('conf', None), # Path to config file
+ ('conf_default', None), # Path to common default config file
# Set in Env._finalize_core():
('in_server', None), # Whether or not running in-server (bool)