Commit d1850916 authored by Antoine Catton's avatar Antoine Catton

Do everything in the install of stunnel recipe

parent ba3e7075
......@@ -28,15 +28,15 @@ from slapos.recipe.librecipe import GenericBaseRecipe
class Recipe(GenericBaseRecipe):
def _options(self, options):
def install(self):
path_list = []
self.isClient = self.optionIsTrue('client', default=False)
if self.isClient:
self.logger.info("Client mode")
else:
self.logger.info("Server mode")
def install(self):
path_list = []
conf = {}
for type_ in ['remote', 'local']:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment