mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
influxdb_continuous_query: [fix] client connection
This commit is contained in:
parent
479f1792aa
commit
ae99620dc9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def present(
|
|||
ret["comment"] = " {} is absent and will be created".format(name)
|
||||
return ret
|
||||
if __salt__["influxdb.create_continuous_query"](
|
||||
database, name, query, resample_time, coverage_period
|
||||
database, name, query, resample_time, coverage_period, **client_args
|
||||
):
|
||||
ret["comment"] = "continuous query {} has been created".format(name)
|
||||
ret["changes"][name] = "Present"
|
||||
|
|
Loading…
Add table
Reference in a new issue