Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauriedel committed Dec 29, 2023
1 parent 00025dc commit 64214b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/influxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ At the moment the configuration is very basic. Over time, this role will be expa

* `influxdb_influxdb_bolt_path`: InfluxDB bolt-path
* `influxdb_influxdb_engine_path`: InfluxDB engine-path
* `influxdb_influxdb_extra_config`: Extra configuration

Defaults can be viewed in vars/defaults.yml

Expand Down
2 changes: 1 addition & 1 deletion roles/influxdb/templates/config.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
bolt-path = {{ influxdb_influxdb_bolt_path }}
engine-path = {{ influxdb_influxdb_engine_path }}

{{ redis_extra_config }}
{{ influxdb_influxdb_extra_config }}

0 comments on commit 64214b7

Please sign in to comment.