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

fixed fluentd::plugin::file call

This commit is contained in:
Max Wilhelm 2015-12-04 13:27:29 +01:00
parent 4eca5e3a14
commit c957e70511

View File

@ -48,6 +48,7 @@ define fluentd::plugin (
fluentd::plugin::file { $name: fluentd::plugin::file { $name:
ensure => $ensure, ensure => $ensure,
source => $source,
require => Class['Fluentd::Install'] require => Class['Fluentd::Install']
} }
} }