[BUG] 3002.5 influxdb_continuous_query.present state not passing **client_args to influxdb.create_continuous_query module #59766
Labels
Bug
broken, incorrect, or confusing behavior
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone
Description
The influxdb_continuous_query.present state is not passing **client_args to the influxdb.create_continuous_query module. This creates an issue when trying to create a continuous query on an SSL enabled InfluxDB.
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info).
Steps to Reproduce the behavior
Create the state above, and apply it. The following output will be received:
Expected behavior
It is expected that the continuous query would be created.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
The issue appears to be on line 60 in influxdb_continuous_query.py
database, name, query, resample_time, coverage_period
should bedatabase, name, query, resample_time, coverage_period, **client_args
. When testing the change locally, the expected output is produced:The text was updated successfully, but these errors were encountered: