summaryrefslogtreecommitdiff
path: root/manifests/repo/apt.pp
diff options
context:
space:
mode:
authorRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-26 19:26:29 +0100
committerRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-27 21:41:14 +0100
commitecc63a0a28c362ddf4797d3be27a1660c1fa0d94 (patch)
treeaafb0e90f979304287979e030de2d95dfeba0592 /manifests/repo/apt.pp
parenta89c460e0f630d778513a3b07a33f150b79d2aae (diff)
fix all puppet-lint error messages
Diffstat (limited to 'manifests/repo/apt.pp')
-rw-r--r--manifests/repo/apt.pp24
1 files changed, 0 insertions, 24 deletions
diff --git a/manifests/repo/apt.pp b/manifests/repo/apt.pp
deleted file mode 100644
index af7b073..0000000
--- a/manifests/repo/apt.pp
+++ /dev/null
@@ -1,24 +0,0 @@
-# == Class gitlab_ci_multi_runner::repo::apt
-#
-# This class is private, do not use directly
-#
-class gitlab_ci_multi_runner::repo::apt {
- include apt
-
- apt::source { 'gitlab-ci-multi-runner':
- comment => 'This is an officiel apt repo for Gitlab Ci Multi Runner',
- location => 'https://packages.gitlab.com/runner/gitlab-ci-multi-runner/debian/',
- release => $::lsbdistcodename,
- repos => 'main',
- key => {
- 'id' => '1A4C919DB987D435939638B914219A96E15E78F4',
- 'source' => 'https://packages.gitlab.com/gpg.key',
- },
- include => {
- 'src' => true,
- 'deb' => true,
- },
- }
-
- Apt::Source['gitlab-ci-multi-runner']->Package<|tag == 'gitlab-ci-multi-runner'|>
-} \ No newline at end of file