summaryrefslogtreecommitdiff
path: root/manifests/repo/apt.pp
diff options
context:
space:
mode:
authorJeoffrey Bauvin <jeoffrey.bauvin.ext@boursorama.fr>2015-10-27 09:27:30 +0100
committerJeoffrey Bauvin <jeoffrey.bauvin.ext@boursorama.fr>2015-10-27 09:27:30 +0100
commita89c460e0f630d778513a3b07a33f150b79d2aae (patch)
treecbadc6732eff0914a8a8bf24646ac8e3789572fd /manifests/repo/apt.pp
parentf6da3a0d9d3604f62021ef0936e3f4f12649d8c4 (diff)
Add runner
Diffstat (limited to 'manifests/repo/apt.pp')
-rw-r--r--manifests/repo/apt.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/repo/apt.pp b/manifests/repo/apt.pp
index 123d06d..af7b073 100644
--- a/manifests/repo/apt.pp
+++ b/manifests/repo/apt.pp
@@ -19,4 +19,6 @@ class gitlab_ci_multi_runner::repo::apt {
'deb' => true,
},
}
+
+ Apt::Source['gitlab-ci-multi-runner']->Package<|tag == 'gitlab-ci-multi-runner'|>
} \ No newline at end of file