summaryrefslogtreecommitdiff
path: root/manifests/repo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/repo.pp')
-rw-r--r--manifests/repo.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/repo.pp b/manifests/repo.pp
new file mode 100644
index 0000000..2263170
--- /dev/null
+++ b/manifests/repo.pp
@@ -0,0 +1,11 @@
+# == Class gitlab_ci_multi_runner::repo
+#
+# This class is private, do not use directly
+#
+class gitlab_ci_multi_runner::repo {
+ case $::osfamily {
+ 'Debian': {
+ class { 'gitlab_ci_multi_runner::repo::apt': }
+ }
+ }
+} \ No newline at end of file