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

Side by Side Diff: modules/buildbot/templates/buildmaster_fragment.erb

Issue 29325436: Issue 1281 - Introduce module buildbot (Closed)
Patch Set: Created Sept. 1, 2015, 1:30 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 | « modules/buildbot/templates/buildmaster.erb ('k') | modules/buildbot/templates/buildslave.erb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Puppet: <%= @title %>
2 index=$(($index + 1))
3 MASTER_BASEDIR[$index]=<%= @basedir %>
4 MASTER_ENABLED[$index]=<%= ([:stopped, :false, false].include? @ensure)? 0: 1 %>
5 MASTER_NAME[$index]=<%= @name %>
6 MASTER_OPTIONS[$index]=
7 MASTER_PREFIXCMD[$index]=
8 MASTER_USER[$index]=<%= @user %>
9
OLDNEW
« no previous file with comments | « modules/buildbot/templates/buildmaster.erb ('k') | modules/buildbot/templates/buildslave.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld