MKP 1.2.0, added version check
This commit is contained in:
@@ -3,6 +3,7 @@ def agent_mailcow_arguments(params, hostname, ipaddress):
|
||||
"--hostname", params["hostname"],
|
||||
"--apikey", passwordstore_get_cmdline("%s", params["apikey"]),
|
||||
"--port", params["port"],
|
||||
"--check-version", params["check_version"],
|
||||
"--no-https", params["no_https"],
|
||||
"--no-cert-check", params["no_cert_check"],
|
||||
ipaddress,
|
||||
|
||||
Reference in New Issue
Block a user