diff options
Diffstat (limited to 'ipaplatform')
-rw-r--r-- | ipaplatform/base/tasks.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ipaplatform/base/tasks.py b/ipaplatform/base/tasks.py index 51bb1af10..8719ad1db 100644 --- a/ipaplatform/base/tasks.py +++ b/ipaplatform/base/tasks.py @@ -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 |