summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/installutils.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-11-15 09:38:24 -0500
committerPetr Viktorin <pviktori@redhat.com>2013-05-31 10:26:07 +0200
commit34ba1b7060a9f5271c4f59bca7bfb689335e1c47 (patch)
treee63ced8ce58243773f1c240d68956c944d194d79 /ipaserver/install/installutils.py
parentb21abc76caac8b251f708e77da7c8c7046fa22a7 (diff)
downloadfreeipa-34ba1b7060a9f5271c4f59bca7bfb689335e1c47.tar.gz
freeipa-34ba1b7060a9f5271c4f59bca7bfb689335e1c47.tar.xz
freeipa-34ba1b7060a9f5271c4f59bca7bfb689335e1c47.zip
Remove code to install Dogtag 9
Since we depend on Dogtag 10 now, there is no need to keep code that installs a Dogtag 9 CA. Support for upgraded Dogtag-9-style instances is left in. https://fedorahosted.org/freeipa/ticket/3529
Diffstat (limited to 'ipaserver/install/installutils.py')
-rw-r--r--ipaserver/install/installutils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaserver/install/installutils.py b/ipaserver/install/installutils.py
index bc28dec43..5ed2689d7 100644
--- a/ipaserver/install/installutils.py
+++ b/ipaserver/install/installutils.py
@@ -46,8 +46,6 @@ from ipaserver.install import certs
IPA_MODULES = [
'httpd', 'kadmin', 'dirsrv', 'pki-cad', 'pki-tomcatd', 'install',
'krb5kdc', 'ntpd', 'named', 'ipa_memcached']
-if not dogtag.install_constants.SHARED_DB:
- IPA_MODULES.append('pkids')
class BadHostError(Exception):