From 3f61ba8a16d4ef1db6478a5600dc404e637d3a59 Mon Sep 17 00:00:00 2001 From: Rafael Chicoli Date: Thu, 28 Jan 2016 20:04:44 +0100 Subject: add tls_skip_verify parameter --- manifests/runner.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/runner.pp') diff --git a/manifests/runner.pp b/manifests/runner.pp index 2af8271..3877a0c 100644 --- a/manifests/runner.pp +++ b/manifests/runner.pp @@ -62,6 +62,7 @@ define gitlab_ci_multi_runner::runner ( $docker_params = undef, $parallels_params = undef, $config_file = $gitlab_ci_multi_runner::params::config_file, + $tls_skip_verify = undef, ){ concat::fragment { "${name}_${gitlab_ci_multi_runner::config_file}": -- cgit v1.2.3 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/runner.pp') 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 From 5c1fd200344fecdb3e4c79de11792d6a79df098a Mon Sep 17 00:00:00 2001 From: Rafael Chicoli Date: Thu, 28 Jan 2016 20:54:56 +0100 Subject: add missing ssh_params --- manifests/runner.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/runner.pp') diff --git a/manifests/runner.pp b/manifests/runner.pp index 5e204d8..1ec3e82 100644 --- a/manifests/runner.pp +++ b/manifests/runner.pp @@ -60,6 +60,7 @@ 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, -- cgit v1.2.3