summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorNathan Poirier <nathan@poirier.io>2017-06-21 03:01:26 +0200
committerNathan Poirier <nathan@poirier.io>2017-06-21 03:01:26 +0200
commitcb53a1c69480e56c8e840b0ebb11836747327cd2 (patch)
treea3c922eb2b6273df4025c6fdb79e64a7d5ebe2ba /manifests/params.pp
parentba0717605cd409abc4c94eb1252beef1ab7b7dc7 (diff)
Allow service provider configuration
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': {