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

fixed fluentd::plugin::gem

This commit is contained in:
Max Wilhelm 2015-12-04 13:24:19 +01:00
parent 0b4c930762
commit 4eca5e3a14

View File

@ -11,6 +11,6 @@ define fluentd::plugin::gem (
package { $name: package { $name:
ensure => $ensure, ensure => $ensure,
provider => 'fluentd_gem', provider => 'fluentd_gem',
notify => Class['Fluentd::Service']; notify => Class['Fluentd::Service']
} }
} }