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

Side by Side Diff: modules/sitescripts/templates/keep_alive_services.erb

Issue 29329307: Issue 3211 - Integrate customservice::supervisor with notification daemon (Closed)
Patch Set: Created Oct. 20, 2015, 10:49 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
OLDNEW
(Empty)
1 [keep_alive_services]
2 # Via Puppet; see https://issues.adblockplus.org/ticket/3211
Wladimir Palant 2015/10/21 11:05:26 This comment makes little sense unless we only pla
mathias 2015/10/21 11:44:01 Acknowledged.
3 <%- scope.function_hiera(
4 'sitescripts::keep_alive_service_names', []
5 ).sort.each do |name| -%>
6 <%= name %> = /var/run/<%= name %>.pid
Wladimir Palant 2015/10/21 11:05:27 Please specify a relative path here as well.
7 <%- end -%>
8 <%- scope.function_hiera(
9 'sitescripts::keep_alive_service_pidfiles', {}
10 ).sort.each do |name, pidfile| -%>
11 <%= name %> = <%= pidfile %>
12 <%- end -%>
13
OLDNEW

Powered by Google App Engine
This is Rietveld