From aaed708431955d4cc01e82f003c9d35851073510 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 28 Apr 2014 13:58:51 -0400 Subject: Add Environment Helpers installer framework Environment helpers are meta-plugins that allow to set ipsilon in well defined environments. For example when ipsilon is install in a FreeIPA or AD domains and authentication methods, cetificate, keytabs etc, can be pre-configured and deployed at the same time the server is installed with minimal effort and wellknown methods. These are run before any of the other plugins as they can chage the configuration option for any of the plugins, enable or disable plugins, or pre-configure some elements. Signed-off-by: Simo Sorce --- ipsilon/helpers/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ipsilon/helpers/__init__.py (limited to 'ipsilon/helpers/__init__.py') diff --git a/ipsilon/helpers/__init__.py b/ipsilon/helpers/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit