summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 5a18d34..2525183 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -13,14 +13,14 @@ class gitlab_ci_multi_runner::params {
$runners = {}
$service_ensure = true
- $service_start = '/usr/bin/gitlab-ci-multi-runner start'
- $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_start = '/usr/bin/gitlab-runner start'
+ $service_stop = '/usr/bin/gitlab-runner stop'
+ $service_status = '/usr/bin/gitlab-runner status'
+ $service_restart = '/usr/bin/gitlab-runner restart'
case $::osfamily {
'Debian': {
- $package_name = 'gitlab-ci-multi-runner'
+ $package_name = 'gitlab-runner'
$service_name = 'gitlab-runner'
$manage_package_repo = true
$service_enable = false