From 8a32bb3746802a29b2655e4ad2cbbba8481e1eaf Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 17 Jun 2011 16:47:39 -0400 Subject: Make dogtag an optional (and default un-) installed component in a replica. A dogtag replica file is created as usual. When the replica is installed dogtag is optional and not installed by default. Adding the --setup-ca option will configure it when the replica is installed. A new tool ipa-ca-install will configure dogtag if it wasn't configured when the replica was initially installed. This moves a fair bit of code out of ipa-replica-install into installutils and cainstance to avoid duplication. https://fedorahosted.org/freeipa/ticket/1251 --- install/po/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/po') diff --git a/install/po/Makefile.in b/install/po/Makefile.in index a1e804f9d..a54687527 100644 --- a/install/po/Makefile.in +++ b/install/po/Makefile.in @@ -53,6 +53,8 @@ PY_EXPLICIT_FILES = \ install/tools/ipa-host-net-manage \ install/tools/ipa-server-install \ install/tools/ipa-ldap-updater \ + install/tools/ipa-dns-install \ + install/tools/ipa-ca-install \ ipa-client/ipa-install/ipa-client-install PYTHON_POTFILES = $(PY_FILES) $(PY_EXPLICIT_FILES) -- cgit