From c81849712f8888e6f12b7c2b7ebfcf5d2294addd Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 10 Jun 2013 14:43:24 +0200 Subject: Provide ipa-advise tool Provides a pluggable framework for generating configuration scriptlets and instructions for various machine setups and use cases. Creates a new ipa-advise command, available to root user on the IPA server. Also provides an example configuration plugin, config-fedora-authconfig. https://fedorahosted.org/freeipa/ticket/3670 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 04b20e05b..08a14d3a1 100755 --- a/setup.py +++ b/setup.py @@ -79,6 +79,8 @@ setup( 'ipalib', 'ipalib.plugins', 'ipaserver', + 'ipaserver.advise', + 'ipaserver.advise.plugins', 'ipaserver.plugins', 'ipaserver.install', 'ipaserver.install.plugins', -- cgit