From 4fd20966f69014d4dc3747ce6b7940adfa669b13 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 9 Sep 2011 17:07:09 -0400 Subject: Improved handling for ipa-pki-proxy.conf - Remove ipa-pki-proxy.conf when IPA is uninstalled - Move file removal to httpinstance.py and use remove_file() - Add a version stanza - Create the file if it doesn't exist on upgraded installs https://fedorahosted.org/freeipa/ticket/1771 --- install/conf/ipa-pki-proxy.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/conf') diff --git a/install/conf/ipa-pki-proxy.conf b/install/conf/ipa-pki-proxy.conf index 275f32645..91a99aaf9 100644 --- a/install/conf/ipa-pki-proxy.conf +++ b/install/conf/ipa-pki-proxy.conf @@ -1,3 +1,5 @@ +# VERSION 1 - DO NOT REMOVE THIS LINE + ProxyRequests Off # matches for ee port -- cgit