mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
Fixed incorrect sequence of method calls in tasks.py
https://fedorahosted.org/freeipa/ticket/6255 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
fab1f798ed
commit
fbc9179970
@ -138,8 +138,8 @@ def allow_sync_ptr(host):
|
||||
|
||||
|
||||
def apply_common_fixes(host):
|
||||
fix_hostname(host)
|
||||
prepare_host(host)
|
||||
fix_hostname(host)
|
||||
|
||||
|
||||
def backup_file(host, filename):
|
||||
|
Loading…
Reference in New Issue
Block a user