Add external task for install monit
This commit is contained in:
parent
0b57bcab9b
commit
2ebe22f79e
6 changed files with 206 additions and 65 deletions
|
|
@ -261,6 +261,7 @@ def pastafari2_add_server_task():
|
|||
|
||||
error=1
|
||||
error_form['#server_host_error']=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task '+task.txt_error)
|
||||
txt_error=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task '+task.txt_error)
|
||||
|
||||
task_id=task.task_id
|
||||
|
||||
|
|
@ -609,6 +610,7 @@ def pastafari2_make_task():
|
|||
|
||||
error=1
|
||||
error_form['#server_host_error']=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task')
|
||||
txt_error=task.txt_error
|
||||
|
||||
task_id=task.task_id
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue