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

Unified Diff: modules/adblockplus/manifests/log.pp

Issue 29469584: #1634 - Update file resource syntax in module adblockplus (Closed)
Patch Set: Created June 21, 2017, 10:15 a.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/adblockplus/manifests/init.pp ('k') | modules/adblockplus/manifests/puppet.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/log.pp
===================================================================
--- a/modules/adblockplus/manifests/log.pp
+++ b/modules/adblockplus/manifests/log.pp
@@ -74,7 +74,7 @@
before => Service['fluent'],
ensure => 'directory',
group => $group,
- mode => 0775,
+ mode => '0775',
owner => $user,
}
« no previous file with comments | « modules/adblockplus/manifests/init.pp ('k') | modules/adblockplus/manifests/puppet.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld