1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-12 00:29:30 +00:00

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'.
This commit is contained in:
Max Wilhelm
2015-11-30 17:17:54 +01:00
parent 0f777de271
commit adb39eabf0
3 changed files with 23 additions and 1 deletions

2
files/td-agent.conf Normal file
View File

@@ -0,0 +1,2 @@
# Include config files in the ./conf.d directory
@include conf.d/*.conf