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

Unified Diff: modules/nagios/manifests/server.pp

Issue 29469617: #1634 - Update file resource syntax in module nagios (Closed)
Patch Set: For comment number 2 Created June 21, 2017, 9:59 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/nagios/manifests/client.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nagios/manifests/server.pp
===================================================================
--- a/modules/nagios/manifests/server.pp
+++ b/modules/nagios/manifests/server.pp
@@ -17,7 +17,7 @@
File {
owner => 'root',
group => 'root',
- mode => 0644
+ mode => '0644',
}
include nginx
« no previous file with comments | « modules/nagios/manifests/client.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld