summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-05-26 13:07:09 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-16 19:48:17 +0200
commit3fcaf81c6490141357205dc8eea072b26f694914 (patch)
tree5608311df4b89a85f6c11cb140240856ffaed538 /ipaplatform
parent1d0623ce1cd33a3367c0207200454e5ae967f652 (diff)
downloadfreeipa-3fcaf81c6490141357205dc8eea072b26f694914.tar.gz
freeipa-3fcaf81c6490141357205dc8eea072b26f694914.tar.xz
freeipa-3fcaf81c6490141357205dc8eea072b26f694914.zip
ipaplatform: Create default implementations for tasks that were missing them
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/tasks.py8
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