From 54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 30 Jun 2014 18:27:31 -0400 Subject: Remove IPA Foreman Smart Proxy The code has been moved to its own, separate repository at git://git.fedorahosted.org/git/freeipa-foreman-smartproxy.git Reviewed-By: Martin Kosek --- ipaplatform/base/paths.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipaplatform') diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index 12721b8c5..92ccb76df 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -63,7 +63,6 @@ class BasePathNamespace(object): IPA_DNS_UPDATE_TXT = "/etc/ipa/.dns_update.txt" IPA_CA_CRT = "/etc/ipa/ca.crt" IPA_DEFAULT_CONF = "/etc/ipa/default.conf" - IPA_SMARTPROXY_CONF = "/etc/ipa/ipa-smartproxy.conf" KRB5_CONF = "/etc/krb5.conf" KRB5_KEYTAB = "/etc/krb5.keytab" LDAP_CONF = "/etc/ldap.conf" -- cgit