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

Side by Side Diff: modules/puppetmaster/manifests/init.pp

Issue 29469630: #1634 - Update file resource syntax in module puppetmaster (Closed)
Patch Set: Created June 20, 2017, 5:06 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 class puppetmaster { 1 class puppetmaster {
2 file {'/etc/sudoers.d/update-infrastructure': 2 file {'/etc/sudoers.d/update-infrastructure':
3 ensure => present, 3 ensure => present,
4 owner => root, 4 owner => root,
5 group => root, 5 group => root,
6 mode => 0440, 6 mode => '0440',
7 source => 'puppet:///modules/puppetmaster/sudoers-update-infrastructure' 7 source => 'puppet:///modules/puppetmaster/sudoers-update-infrastructure'
8 } 8 }
9 } 9 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld