summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/service.py')
-rw-r--r--ipaserver/install/service.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipaserver/install/service.py b/ipaserver/install/service.py
index 83ade903..8f4a7dbb 100644
--- a/ipaserver/install/service.py
+++ b/ipaserver/install/service.py
@@ -292,6 +292,9 @@ class Service(object):
def restore_state(self, key):
return self.sstore.restore_state(self.service_name, key)
+ def get_state(self, key):
+ return self.sstore.get_state(self.service_name, key)
+
def print_msg(self, message):
print_msg(message, self.output_fd)