influxdb_continuous_query: [fix] client connection

This commit is contained in:
SK 2022-11-03 16:50:32 +02:00 committed by Wayne Werner
parent 479f1792aa
commit ae99620dc9
No known key found for this signature in database
GPG key ID: D36E642A06D1A142

View file

@ -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"