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

8 Commits

Author SHA1 Message Date
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