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:
Tomas Babej
2014-05-26 13:07:09 +02:00
committed by Petr Viktorin
parent 1d0623ce1c
commit 3fcaf81c64

View File

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