summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index c3555bae1..ab35eb4bd 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -115,6 +115,9 @@ DEFAULT_CONFIG = (
('prompt_all', False),
('interactive', True),
+ # Enable certain optional plugins:
+ ('enable_ra', False),
+
# ********************************************************
# The remaining keys are never set from the values here!
# ********************************************************