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

prettified README.md

This commit is contained in:
Max Wilhelm 2015-12-07 11:20:51 +01:00
parent cec2c1c0c7
commit 99675255e5

View File

@ -46,7 +46,7 @@ include '::fluentd'
} }
} }
``` ```
**results in:** **creates:**
``` ```
/etc/td-agent/conf.d/10-source-test.conf /etc/td-agent/conf.d/10-source-test.conf
<source> <source>
@ -69,7 +69,7 @@ include '::fluentd'
} }
} }
``` ```
**results in:** **creates:**
``` ```
/etc/td-agent/conf.d/20-filter-test.conf /etc/td-agent/conf.d/20-filter-test.conf
<filter *.test> <filter *.test>
@ -97,7 +97,7 @@ include '::fluentd'
} }
} }
``` ```
**results in:** **creates:**
``` ```
/etc/td-agent/conf.d/30-match-test.conf /etc/td-agent/conf.d/30-match-test.conf
<match *.test> <match *.test>