From a7c2327a366d2dfbbdde5362e957fad23e233105 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 27 May 2014 13:11:00 +0200 Subject: ipaplatform: Move Fedora-specific implementations of tasks to fedora base platform file https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin --- ipaplatform/base/paths.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipaplatform/base') diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py index 1f865b6ea..7a3ff4042 100644 --- a/ipaplatform/base/paths.py +++ b/ipaplatform/base/paths.py @@ -21,4 +21,5 @@ This base platform module exports default filesystem paths. ''' -SVC_LIST_FILE = "/var/run/ipa/services.list" \ No newline at end of file +SVC_LIST_FILE = "/var/run/ipa/services.list" +SYSTEMWIDE_CA_STORE = "/etc/pki/ca-trust/source/anchors/" -- cgit