summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-06-04 11:59:22 +0000
committerJan Cholasta <jcholast@redhat.com>2015-06-08 15:33:36 +0000
commit08229a0c5457d4e0c13d6b02a1f38f60ea787856 (patch)
tree7e0d0318cc2b33b4fdbfa235ad06d81ae013a3c0 /ipaserver/install/server/install.py
parent4c70590c2a78b6d2cbfed585502442f733f26389 (diff)
downloadfreeipa-08229a0c5457d4e0c13d6b02a1f38f60ea787856.tar.gz
freeipa-08229a0c5457d4e0c13d6b02a1f38f60ea787856.tar.xz
freeipa-08229a0c5457d4e0c13d6b02a1f38f60ea787856.zip
install: Move private_ccache from ipaserver to ipapython
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/install/server/install.py')
-rw-r--r--ipaserver/install/server/install.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index faa96127a..7bcb5d176 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -28,8 +28,7 @@ from ipaserver.install import (
otpdinstance, replication, service, sysupgrade)
from ipaserver.install.installutils import (
IPA_MODULES, BadHostError, get_fqdn, get_server_ip_address,
- is_ipa_configured, load_pkcs12, private_ccache,
- read_password, verify_fqdn)
+ is_ipa_configured, load_pkcs12, read_password, verify_fqdn)
from ipaserver.plugins.ldap2 import ldap2
try:
from ipaserver.install import adtrustinstance