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

Unified Diff: modules/adblockplus/manifests/sudo.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/puppet.pp ('k') | modules/adblockplus/manifests/user.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/sudo.pp
===================================================================
--- a/modules/adblockplus/manifests/sudo.pp
+++ b/modules/adblockplus/manifests/sudo.pp
@@ -36,7 +36,7 @@
file {'/etc/sudoers.d/puppet':
ensure => $ensure,
group => 'root',
- mode => 0440,
+ mode => '0440',
owner => 'root',
require => Package['sudo'],
source => 'puppet:///modules/adblockplus/sudoers/puppet'
« no previous file with comments | « modules/adblockplus/manifests/puppet.pp ('k') | modules/adblockplus/manifests/user.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld