Index: modules/fluent/manifests/plugin.pp |
=================================================================== |
--- a/modules/fluent/manifests/plugin.pp |
+++ b/modules/fluent/manifests/plugin.pp |
@@ -50,7 +50,7 @@ |
content => $content, |
ensure => $ensure, |
group => $fluent::group, |
- mode => 0640, |
+ mode => '0640', |
notify => Service['fluent'], |
owner => getparam(File['fluent'], 'owner'), |
path => "$fluent::directory/plugin/$name.rb", |