summaryrefslogtreecommitdiff
path: root/manifests/repo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/repo.pp')
-rw-r--r--manifests/repo.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/repo.pp b/manifests/repo.pp
index 55e73df..35a1f23 100644
--- a/manifests/repo.pp
+++ b/manifests/repo.pp
@@ -11,12 +11,12 @@ class gitlab_ci_multi_runner::repo {
ensure_packages('apt-transport-https')
Package['apt-transport-https'] ->
- Apt::Source['gitlab-ci-multi-runner'] ->
- Package['gitlab-ci-multi-runner']
+ Apt::Source['gitlab-runner'] ->
+ Package['gitlab-runner']
- apt::source { 'gitlab-ci-multi-runner':
+ apt::source { 'gitlab-runner':
comment => 'This is an officiel apt repo for Gitlab Ci Multi Runner',
- location => 'https://packages.gitlab.com/runner/gitlab-ci-multi-runner/debian/',
+ location => 'https://packages.gitlab.com/runner/gitlab-runner/debian/',
release => $::lsbdistcodename,
repos => 'main',
key => {