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

Unified Diff: modules/nagios/templates/cgi.cfg.erb

Issue 29465598: #1574 - Update template syntax in nagios module (Closed)
Patch Set: Created June 14, 2017, 12:35 p.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 | « no previous file | modules/nagios/templates/nrpe.cfg.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nagios/templates/cgi.cfg.erb
===================================================================
--- a/modules/nagios/templates/cgi.cfg.erb
+++ b/modules/nagios/templates/cgi.cfg.erb
@@ -1,4 +1,4 @@
-<% admins_string = admins.join(',') %>
+<% admins_string = @admins.join(',') %>
#################################################################
#
« no previous file with comments | « no previous file | modules/nagios/templates/nrpe.cfg.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld