summaryrefslogtreecommitdiff
path: root/manifests/runner.pp
diff options
context:
space:
mode:
authorJeoffrey B <jeoffrey54@gmail.com>2016-02-03 08:22:30 +0100
committerJeoffrey B <jeoffrey54@gmail.com>2016-02-03 08:22:30 +0100
commit210f770853bb2c7c5ddca7eb52f85db7c2377ab2 (patch)
treeefe31ee1a68caa7ff3999297b363956502b644b0 /manifests/runner.pp
parent2e566505836f0ac7aa77b6fd4d7f8f1a789e77b9 (diff)
parent2bc9d47add521d78f8ade7ff5de36b77104d0371 (diff)
Merge pull request #2 from rchicoli/add-runner-parameters
Add runner parameters
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}":