Manage td-agent and gem packages with fluent-gem by puppet.
include td_agent
## You can install plugins by fluent-gem
package { [ 'fluent-plugin-datacounter', 'fluent-plugin-growthforecast' ]:
ensure => 'installed',
provider => 'fluentgem',
require => Package['td_agent'],
}
This module is supported RHEL/CentOS, not supported Debian/Ubuntu for now.