Commit 81f18c4b authored by Łukasz Nowak's avatar Łukasz Nowak

- there is only one conversion server to install, so remove not needed

   flexibility


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44091 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96883f28
......@@ -290,8 +290,8 @@ class Recipe(BaseSlapRecipe):
certificate_authority_path=CONFIG['ca_dir']
)
def _installConversionServer(self, prefix=''):
name = prefix + 'conversion_server'
def installConversionServer(self):
name = 'conversion_server'
working_directory = self.createDataDirectory(name)
conversion_server_dict = dict(
working_path=working_directory,
......@@ -324,9 +324,6 @@ class Recipe(BaseSlapRecipe):
name + '_ip': conversion_server_dict['ip']
})
def installConversionServer(self):
self._installConversionServer()
def installCertificateAuthority(self):
self._installCertificateAuthority()
......
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