mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 05:10:36 +00:00
fixed fluentd::plugin::gem
This commit is contained in:
parent
0b4c930762
commit
4eca5e3a14
@ -11,6 +11,6 @@ define fluentd::plugin::gem (
|
||||
package { $name:
|
||||
ensure => $ensure,
|
||||
provider => 'fluentd_gem',
|
||||
notify => Class['Fluentd::Service'];
|
||||
notify => Class['Fluentd::Service']
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user