1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-08 15:19:30 +00:00

minor changes

This commit is contained in:
Jan Krause
2015-12-09 16:04:28 +01:00
parent a08cd1f4f4
commit 641873546f
5 changed files with 6 additions and 7 deletions

View File

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