Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/fluent/manifests/init.pp

Issue 29469606: #1634 - Update file resource syntax in module fluent (Closed)
Patch Set: Created June 20, 2017, 4:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/fluent/manifests/config.pp ('k') | modules/fluent/manifests/plugin.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/fluent/manifests/init.pp
===================================================================
--- a/modules/fluent/manifests/init.pp
+++ b/modules/fluent/manifests/init.pp
@@ -120,7 +120,7 @@
default => 'absent',
},
group => getparam(File[$title], 'group'),
- mode => 0755,
+ mode => '0755',
owner => getparam(File[$title], 'owner'),
require => Package[$title],
}
« no previous file with comments | « modules/fluent/manifests/config.pp ('k') | modules/fluent/manifests/plugin.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld