mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
fixed fluentd::plugin::file call
This commit is contained in:
parent
4eca5e3a14
commit
c957e70511
@ -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']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user