summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 20:54:56 +0100
committerRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 21:48:26 +0100
commit5c1fd200344fecdb3e4c79de11792d6a79df098a (patch)
tree6a2749ad65b3f43de76515ce8982a572ea52cdc0
parentf025aeebe56924ac3393c79c4cfacd0389f14b36 (diff)
add missing ssh_params
-rw-r--r--manifests/runner.pp1
1 files changed, 1 insertions, 0 deletions
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,