summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 20:57:56 +0100
committerRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 21:48:26 +0100
commit30215b4afecbeb591fc3c66cd5be9fc2f59fc54d (patch)
tree1d615979fb9aa44e7db548c4cb6bfa9c30ea587c /manifests/params.pp
parent5c1fd200344fecdb3e4c79de11792d6a79df098a (diff)
move create_ressources runners to init file
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index d883d12..5a18d34 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -10,7 +10,7 @@ class gitlab_ci_multi_runner::params {
$group = 'gitlab-runner'
$concurrent = 1
- $runners = undef
+ $runners = {}
$service_ensure = true
$service_start = '/usr/bin/gitlab-ci-multi-runner start'