From 9aa14333a46d3a57c1fc9fad6068090eb029070f Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 10 Nov 2008 15:53:10 -0700 Subject: Added 'conf_dir' env variable, which is directory containing config files --- ipalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 90a76a31..d943a7c7 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -520,7 +520,7 @@ This will typically be called before any plugins are registered. For example: 7 >>> api.bootstrap(in_server=True) # We want to execute, not forward >>> len(api.env) -33 +34 If your plugin requires new environment variables *and* will be included in the freeIPA built-in plugins, you should add the defaults for your variables -- cgit