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

added fluentd::source definition

This commit is contained in:
Max Wilhelm
2015-12-01 14:18:06 +01:00
parent b79c8bfd25
commit ce9a65a4e4
3 changed files with 19 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
define fluentd::config::file (
$ensure = present,
$priority = 50,
$content,
$content = undef,
) {
$base_name = "${title}.conf"