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 --- install/tools/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'install/tools/Makefile.am') diff --git a/install/tools/Makefile.am b/install/tools/Makefile.am index 659ce0a87..2cf66c6df 100644 --- a/install/tools/Makefile.am +++ b/install/tools/Makefile.am @@ -23,6 +23,7 @@ sbin_SCRIPTS = \ ipa-upgradeconfig \ ipa-backup \ ipa-restore \ + ipa-advise \ $(NULL) EXTRA_DIST = \ -- cgit