summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 5a18d34..355f7f7 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -17,6 +17,7 @@ class gitlab_ci_multi_runner::params {
$service_stop = '/usr/bin/gitlab-ci-multi-runner stop'
$service_status = '/usr/bin/gitlab-ci-multi-runner status'
$service_restart = '/usr/bin/gitlab-ci-multi-runner restart'
+ $service_provider = undef
case $::osfamily {
'Debian': {