summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiscriptlet.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/deploy/src/scriptlets/pkiscriptlet.py')
-rw-r--r--base/deploy/src/scriptlets/pkiscriptlet.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/deploy/src/scriptlets/pkiscriptlet.py b/base/deploy/src/scriptlets/pkiscriptlet.py
index 767b3c609..28706d01c 100644
--- a/base/deploy/src/scriptlets/pkiscriptlet.py
+++ b/base/deploy/src/scriptlets/pkiscriptlet.py
@@ -34,12 +34,6 @@ class AbstractBasePkiScriptlet(object):
return
@abc.abstractmethod
- def respawn(self):
- """Retrieve data from the specified PKI dictionary and
- use it to update an existing PKI instance."""
- return
-
- @abc.abstractmethod
def destroy(self):
"""Retrieve data from the specified PKI dictionary and
use it to destroy an existing PKI instance."""