removed all Solr modules
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
def agent_mailcow_arguments(params, hostname, ipaddress):
|
||||
return [
|
||||
"--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,
|
||||
]
|
||||
return [
|
||||
"--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,
|
||||
]
|
||||
|
||||
special_agent_info['mailcow'] = agent_mailcow_arguments
|
||||
|
||||
special_agent_info["mailcow"] = agent_mailcow_arguments
|
||||
|
||||
Reference in New Issue
Block a user