dj-wasabi / ansible-telegraf

Installing and configuring Telegraf via Ansible for RedHat/Debian/Ubuntu/Windows/Suse.
MIT License
134 stars 116 forks source link

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

Closed gaelL closed 6 years ago

gaelL commented 6 years ago

Description of PR

Related to commend : https://github.com/dj-wasabi/ansible-telegraf/commit/3cccb6ba50f0feb6a972dfd4498e146f9c84a35c#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 https://github.com/dj-wasabi/ansible-telegraf/commit/3cccb6ba50f0feb6a972dfd4498e146f9c84a35c#r31366694

dj-wasabi commented 6 years ago

Thanks!