From 9bcc78ec74ec43152a580419a788d4e4c6dbf87e Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Tue, 1 Dec 2015 17:21:31 +0100 Subject: [PATCH] added requirements section to README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1997ffd..0ff6b72 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,16 @@ 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': priority => 10, config => { - 'type' => 'tail' - 'format' => 'json' - 'path' => '/var/log/test-application/*.json' - 'tag' => 'application.test' + 'type' => 'tail' + 'format' => 'json' + 'path' => '/var/log/test-application/*.json' + 'tag' => 'application.test' } } ``` @@ -111,6 +112,11 @@ include '::fluentd' ``` +### 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.