Fixes for new pastafari behaviour
This commit is contained in:
parent
9b097561f8
commit
5f9f5a1814
3 changed files with 4 additions and 4 deletions
|
|
@ -18,9 +18,9 @@ except:
|
|||
|
||||
class ServerTask(Task):
|
||||
|
||||
def __init__(self, server, conn, remote_user='root', remote_password='', private_key='./ssh/id_rsa', password_key='', remote_path='pastafari2', task_id=0, data={}):
|
||||
def __init__(self, server, conn, remote_user='root', remote_password='', private_key='./ssh/id_rsa', password_key='', remote_path='pastafari2', task_id=0, data={}, port=22):
|
||||
|
||||
super().__init__(server, conn, remote_user, remote_password, private_key, password_key, remote_path, task_id, data)
|
||||
super().__init__(server, conn, remote_user, remote_password, private_key, password_key, remote_path, task_id, data, port)
|
||||
|
||||
self.name_task='MariaDB installation'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue