mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipaplatform: Create default implementations for tasks that were missing them
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
committed by
Petr Viktorin
parent
1d0623ce1c
commit
3fcaf81c64
@@ -52,3 +52,11 @@ def get_svc_list_file():
|
||||
# implement this function.
|
||||
def check_selinux_status():
|
||||
return
|
||||
|
||||
|
||||
def restore_network_configuration(fstore, statestore):
|
||||
return
|
||||
|
||||
|
||||
def backup_and_replace_hostname(fstore, statestore, hostname):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user