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

Unified Diff: modules/buildbot/templates/buildslave_fragment.erb

Issue 29325436: Issue 1281 - Introduce module buildbot (Closed)
Patch Set: Created Sept. 1, 2015, 1:30 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 | « modules/buildbot/templates/buildslave.erb ('k') | modules/buildbot/templates/master.cfg.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/buildbot/templates/buildslave_fragment.erb
diff --git a/modules/buildbot/templates/buildslave_fragment.erb b/modules/buildbot/templates/buildslave_fragment.erb
new file mode 100644
index 0000000000000000000000000000000000000000..f67b4e3d1578b420a587dc0315d24285e04243af
--- /dev/null
+++ b/modules/buildbot/templates/buildslave_fragment.erb
@@ -0,0 +1,9 @@
+# Puppet: <%= @title %>
+index=$(($index + 1))
+MASTER_BASEDIR[$index]=<%= @basedir %>
+MASTER_ENABLED[$index]=<%= ([:stopped, :false, false].include? @ensure)? 0: 1 %>
+MASTER_NAME[$index]=<%= @name %>
+MASTER_OPTIONS[$index]=
+MASTER_PREFIXCMD[$index]=
+MASTER_USER[$index]=<%= @user %>
+
« no previous file with comments | « modules/buildbot/templates/buildslave.erb ('k') | modules/buildbot/templates/master.cfg.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld