mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
roles/ipareplica/library/ipareplica_prepare.py: Drop double sstore and fstore
sstore and fstore have been set twice.
This commit is contained in:
@@ -278,9 +278,6 @@ def main():
|
|||||||
## check selinux status, http and DS ports, NTP conflicting services
|
## check selinux status, http and DS ports, NTP conflicting services
|
||||||
#common_check(options.no_ntp)
|
#common_check(options.no_ntp)
|
||||||
|
|
||||||
sstore = sysrestore.StateFile(paths.SYSRESTORE)
|
|
||||||
fstore = sysrestore.FileStore(paths.SYSRESTORE)
|
|
||||||
|
|
||||||
installer._enrollment_performed = False
|
installer._enrollment_performed = False
|
||||||
installer._top_dir = tempfile.mkdtemp("ipa")
|
installer._top_dir = tempfile.mkdtemp("ipa")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user