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: Issue 1281 - Fix documentation, improve configuration parameter handling Created Jan. 20, 2016, 4:13 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 # 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

Powered by Google App Engine
This is Rietveld