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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/pkiscriptlet.py b/base/deploy/src/scriptlets/pkiscriptlet.py
index 767b3c609..b221c353a 100644
--- a/base/deploy/src/scriptlets/pkiscriptlet.py
+++ b/base/deploy/src/scriptlets/pkiscriptlet.py
@@ -28,7 +28,7 @@ class AbstractBasePkiScriptlet(object):
__metaclass__ = abc.ABCMeta
@abc.abstractmethod
- def spawn(self):
+ def spawn(self, config):
"""Retrieve data from the specified PKI dictionary and
use it to install a new PKI instance."""
return