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

Unified Diff: modules/adblockplus/manifests/puppet.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/log.pp ('k') | modules/adblockplus/manifests/sudo.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/puppet.pp
===================================================================
--- a/modules/adblockplus/manifests/puppet.pp
+++ b/modules/adblockplus/manifests/puppet.pp
@@ -25,7 +25,7 @@
ensure_resource('file', '/var/lib/puppet/facts.d', {
ensure => ensure_directory_state($ensure),
group => 'root',
- mode => 0755,
+ mode => '0755',
owner => 'root',
})
@@ -34,7 +34,7 @@
'content' => "#!/bin/sh\necho 'pup3665=workaround'\n\n",
'ensure' => ensure_file_state($ensure),
'group' => 'root',
- 'mode' => 0755,
+ 'mode' => '0755',
'owner' => 'root',
})
« no previous file with comments | « modules/adblockplus/manifests/log.pp ('k') | modules/adblockplus/manifests/sudo.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld