voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.

Home Page:https://forge.puppet.com/puppet/zabbix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add zabbix user to pre-defined system groups on first setup

nafetsreuab opened this issue · comments

Often zabbix-agent needs to read log-files and stuff that it has no permissions to.

Please add option (like in the apache module) for zabbix-agent so it will be added to additional groups on first install:

supplementary_groups

Data type: Any

A list of groups to which the user(zabbix) belongs. These groups are in addition to the primary group. Notice: This option only has an effect when manage_user is set to true.

Default value: []

Thank you!

I'd also love to see this feature

Pull requests accepted 😃