From 3fcaf81c6490141357205dc8eea072b26f694914 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 26 May 2014 13:07:09 +0200 Subject: ipaplatform: Create default implementations for tasks that were missing them https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin --- ipaplatform/base/tasks.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ipaplatform/base') 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 -- cgit