From f025aeebe56924ac3393c79c4cfacd0389f14b36 Mon Sep 17 00:00:00 2001 From: Rafael Chicoli Date: Thu, 28 Jan 2016 20:05:47 +0100 Subject: add tls_ca_file parameter --- manifests/runner.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/runner.pp b/manifests/runner.pp index 3877a0c..5e204d8 100644 --- a/manifests/runner.pp +++ b/manifests/runner.pp @@ -63,6 +63,7 @@ define gitlab_ci_multi_runner::runner ( $parallels_params = undef, $config_file = $gitlab_ci_multi_runner::params::config_file, $tls_skip_verify = undef, + $tls_ca_file = undef, ){ concat::fragment { "${name}_${gitlab_ci_multi_runner::config_file}": -- cgit v1.2.3