From 86c43f4f127af17861ea874af0a5771cdbedcd44 Mon Sep 17 00:00:00 2001 From: Jeoffrey Bauvin Date: Mon, 26 Oct 2015 16:03:29 +0100 Subject: Add repo --- manifests/repo.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifests/repo.pp (limited to 'manifests/repo.pp') 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 -- cgit v1.2.3