Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telegraf-extra-plugin.conf.j2: fix template typo #65

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

gaelL
Copy link
Contributor

@gaelL gaelL commented Nov 20, 2018

Description of PR

Related to commend : 3cccb6b#r31366694

Fix typo added in template telegraf-extra-plugin.conf.j2

Also add molecule tests to validate file generated with telegraf_plugins_extra option.

The added test template come from Multiple inputs of the same type (https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#multiple-inputs-of-the-same-type)

Type of change

Bugfix Pull Request

Fixes an issue

No issues, just comment 3cccb6b#r31366694

@@ -6,7 +6,7 @@
{% endif %}
{% if item.value.config is defined and item.value.config is iterable %}
{% for items in item.value.config %}
{% raw %}{{ items }}{% endraw %}}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Related to commend : dj-wasabi@3cccb6b#r31366694

Fix typo added in template `telegraf-extra-plugin.conf.j2`

Also add molecule tests to validate file generated with `telegraf_plugins_extra` option.

The added test template come from `Multiple inputs of the same type` (https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#multiple-inputs-of-the-same-type)
@dj-wasabi
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants