1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-11-12 21:50:34 +00:00

added requirements section to README

This commit is contained in:
Max Wilhelm 2015-12-01 17:21:31 +01:00
parent 7276c9426b
commit 9bcc78ec74

View File

@ -32,6 +32,7 @@ include '::fluentd'
**By default this module doesn't configure any sources, matches or filters.** The section below describes how to configure these.
### Configuration
#### Source
```puppet
::fluentd::source { 'test':
@ -111,6 +112,11 @@ include '::fluentd'
</match>
```
### Requirements
Modules:
* puppetlabs/apt >= 1.8.0 < 3.0.0
## Limitations
This module has been built on and tested against Puppet 3.7.5 and higher.