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(+) 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