mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
prettified README.md
This commit is contained in:
parent
cec2c1c0c7
commit
99675255e5
@ -46,7 +46,7 @@ include '::fluentd'
|
||||
}
|
||||
}
|
||||
```
|
||||
**results in:**
|
||||
**creates:**
|
||||
```
|
||||
/etc/td-agent/conf.d/10-source-test.conf
|
||||
<source>
|
||||
@ -69,7 +69,7 @@ include '::fluentd'
|
||||
}
|
||||
}
|
||||
```
|
||||
**results in:**
|
||||
**creates:**
|
||||
```
|
||||
/etc/td-agent/conf.d/20-filter-test.conf
|
||||
<filter *.test>
|
||||
@ -97,7 +97,7 @@ include '::fluentd'
|
||||
}
|
||||
}
|
||||
```
|
||||
**results in:**
|
||||
**creates:**
|
||||
```
|
||||
/etc/td-agent/conf.d/30-match-test.conf
|
||||
<match *.test>
|
||||
|
Loading…
Reference in New Issue
Block a user