summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 20:04:44 +0100
committerRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 20:04:44 +0100
commit3f61ba8a16d4ef1db6478a5600dc404e637d3a59 (patch)
tree31985af1bc416ec3e9ffda83256c86665657912d /templates
parent2b5f5f257d950091b5a5a515daab7addea39025b (diff)
add tls_skip_verify parameter
Diffstat (limited to 'templates')
-rw-r--r--templates/fragment_runner_config.toml.erb5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/fragment_runner_config.toml.erb b/templates/fragment_runner_config.toml.erb
index a9c3ca3..6735c6a 100644
--- a/templates/fragment_runner_config.toml.erb
+++ b/templates/fragment_runner_config.toml.erb
@@ -26,6 +26,9 @@
<% if @output_limit -%>
output_limit = <%= @output_limit %>
<% end -%>
+<% if @tls_skip_verify -%>
+ tls_skip_verify = <%= @tls_skip_verify %>
+<% end -%>
<% if executor == 'docker' -%>
[runners.docker]
<%- if @docker_params['host'] -%>
@@ -92,4 +95,4 @@
<%- if @ssh_params['identity_file'] -%>
identity_file = "<%= @ssh_params['identity_file'] %>"
<%- end -%>
-<% end -%> \ No newline at end of file
+<% end -%>