Skip to content

Commit

Permalink
Merge pull request #11 from mvdriel/fix-collectd_auth_file
Browse files Browse the repository at this point in the history
Fix collectd_auth_file
  • Loading branch information
tersmitten committed Aug 22, 2023
2 parents 3184223 + 5a829e6 commit 49c063d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/etc/default/influxdb.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}

{% for directive in influxdb_etc_default %}
{{ directive }}
Expand Down
4 changes: 2 additions & 2 deletions templates/etc/influxdb/collectd_auth_file.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}

{% for item in influxdb_collectd_users %}
{{ item.username }}: {{ item.password }}
{{ item.username }}:{{ item.password }}
{% endfor %}
2 changes: 1 addition & 1 deletion templates/etc/influxdb/influxdb.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}

{% for directive in influxdb_etc_influxdb_influxdb_conf %}
{{ directive }}
Expand Down

0 comments on commit 49c063d

Please sign in to comment.