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

18 Commits

Author SHA1 Message Date
Luca Zecca
c8046ee2c6 added boolean param for enabling fluentd::conf_dir exclusive file handling by puppet. 2017-07-24 14:33:21 +02:00
Max Wilhelm
f4c24ee881 fixed lint warnings 2017-07-11 10:53:53 +02:00
Peter Drake
6cb1364023 Correct the docs related to the service_enable parameter. 2016-07-13 15:55:55 -04: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
Jan Krause
641873546f minor changes 2015-12-09 16:04:28 +01:00
Max Wilhelm
9d2175411b parameterized config path, dir, file and user/group 2015-12-04 14:20:11 +01:00
Max Wilhelm
ef70744f8c prettified comments for external classes/defines 2015-12-04 11:03:52 +01:00
Max Wilhelm
1057a97d2e removed ensure from comment 2015-12-04 10:47:04 +01:00
Max Wilhelm
8e1a9035f0 removed unused $ensure parameter 2015-12-04 10:43:37 +01:00
Max Wilhelm
6fb278603b changed class calls in init.pp
this is needed to be able to test classes independently. All these sub classes inherit from the base class (::fluentd). If you call these classes directly you will get a duplicated declaration error.
2015-12-03 19:30:07 +01:00
Max Wilhelm
2a35866e27 changed class doc 2015-11-30 18:13:24 +01:00
Max Wilhelm
2e98aaa051 if condition for manage_repo is now handled in fluentd::repo 2015-11-30 17:53:20 +01:00
Max Wilhelm
600970d5df added fluentd::service
configures the fluentd (td-agent) service
2015-11-30 17:49:18 +01:00
Max Wilhelm
adb39eabf0 added fluentd::config
this class overwrites the installation default 'td-agent.conf' with and include of the created '/etc/td-agent/conf.d' directory. All sources, matches and filters will be placed as single files in '/etc/td-agent/conf.d'.
2015-11-30 17:17:54 +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
Max Wilhelm
3f09afb262 initial commit 2015-11-30 12:23:28 +01:00