summaryrefslogtreecommitdiff
path: root/manifests/runner.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/runner.pp')
-rw-r--r--manifests/runner.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/runner.pp b/manifests/runner.pp
index 2af8271..1ec3e82 100644
--- a/manifests/runner.pp
+++ b/manifests/runner.pp
@@ -60,8 +60,11 @@ define gitlab_ci_multi_runner::runner (
$disable_verbose = undef,
$output_limit = undef,
$docker_params = undef,
+ $ssh_params = undef,
$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}":