dj-wasabi / ansible-telegraf

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

Fix telegraf confguration permissions #19

Closed szibis closed 7 years ago

szibis commented 7 years ago

With official Telegraf package user and group telegraf is created on install. We should use this permissions on Telegraf configuration files. For more security file mode should be 0640 not 0644.

dj-wasabi commented 7 years ago

Thanks!