From ab1b4bc6ba8ec1121629ba85012332128fde6532 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Fri, 31 May 2019 17:36:14 +0200
Subject: [PATCH] roles/ipareplica/library/ipareplica_prepare.py: Drop double
 sstore and fstore

sstore and fstore have been set twice.
---
 roles/ipareplica/library/ipareplica_prepare.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/roles/ipareplica/library/ipareplica_prepare.py b/roles/ipareplica/library/ipareplica_prepare.py
index 7e4d8911..9c417269 100644
--- a/roles/ipareplica/library/ipareplica_prepare.py
+++ b/roles/ipareplica/library/ipareplica_prepare.py
@@ -278,9 +278,6 @@ def main():
     ## check selinux status, http and DS ports, NTP conflicting services
     #common_check(options.no_ntp)
 
-    sstore = sysrestore.StateFile(paths.SYSRESTORE)
-    fstore = sysrestore.FileStore(paths.SYSRESTORE)
-
     installer._enrollment_performed = False
     installer._top_dir = tempfile.mkdtemp("ipa")
 
-- 
GitLab