1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
6620a30633
Upgrade to td-agent v4 on older Puppet installs
The fluentd_gem provider for installing fluentd plugins uses
Puppet's built-in gem provider. Unfortunately, that gem provider
on our Puppet version is not compatible with td-agent's new embedded
Ruby since it includes the no-rdoc and no-ri flags deprecated and
replaced by the no-document flag. This install function override
replaces the flags and might be removable after a Puppet upgrade.
2022-05-18 15:24:34 -04:00
Ricky Ramirez
19820e5e2a Allow configuring the major version of the repository. 2018-05-04 13:11:21 -07:00
Luca Zecca
c8046ee2c6 added boolean param for enabling fluentd::conf_dir exclusive file handling by puppet. 2017-07-24 14:33:21 +02:00
ume3
b465108fcc added redhat(yumrepo) support
Check CentOS7.2(1511) / Redhat7.1
refs
 - https://td-agent-package-browser.herokuapp.com/2/redhat/
 - http://docs.puppetlabs.com/puppet/latest/reference/type.html#yumrepo
2016-01-26 18:07:01 +09:00
Max Wilhelm
471eb1bbf2 added debian support 2016-01-23 00:32:29 +01:00
Max Wilhelm
afc59cb27e renamed manage_repo to repo_manage
consistency
2016-01-22 18:50:04 +01:00
Max Wilhelm
7821317f84 added ::fluentd::user
this will manage the user if  is set to true. This will add the td-agent user to the user group 'adm', so td-agent can view log files under /var/log/*.
2015-12-22 13:56:46 +01:00
Max Wilhelm
9d2175411b parameterized config path, dir, file and user/group 2015-12-04 14:20:11 +01:00
Max Wilhelm
8e1a9035f0 removed unused $ensure parameter 2015-12-04 10:43:37 +01:00
Max Wilhelm
600970d5df added fluentd::service
configures the fluentd (td-agent) service
2015-11-30 17:49:18 +01:00
Max Wilhelm
0f777de271 added fluentd::install 2015-11-30 17:04:14 +01:00
Max Wilhelm
6463a84e2b added fluentd::repo & fluentd::repo::apt 2015-11-30 15:18:26 +01:00