mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-09-08 15:19:30 +00:00
fixed fluentd::plugin::gem
This commit is contained in:
@@ -11,6 +11,6 @@ define fluentd::plugin::gem (
|
||||
package { $name:
|
||||
ensure => $ensure,
|
||||
provider => 'fluentd_gem',
|
||||
notify => Class['Fluentd::Service'];
|
||||
notify => Class['Fluentd::Service']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user