roles/ipareplica/library/ipareplica_prepare.py: Drop double sstore and fstore

sstore and fstore have been set twice.
This commit is contained in:
Thomas Woerner
2019-05-31 17:36:14 +02:00
parent 6b4f0f62de
commit ab1b4bc6ba

View File

@@ -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")