summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorJeoffrey Bauvin <jeoffrey.bauvin.ext@boursorama.fr>2015-10-26 11:52:35 +0100
committerJeoffrey Bauvin <jeoffrey.bauvin.ext@boursorama.fr>2015-10-26 11:52:35 +0100
commit9e34914cc75d5c8199538abcae59a486a2282eb3 (patch)
tree862e2ad188985ab31cfbfc17ec0f6d2f2a732e00 /manifests/config.pp
parente1146e11669136fb06e53112a8db9d674130a6f9 (diff)
Add skeleton
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
new file mode 100644
index 0000000..f3c3f6c
--- /dev/null
+++ b/manifests/config.pp
@@ -0,0 +1,6 @@
+# == Class gitlab_ci_multi_runner::config
+#
+# This class is called from gitlab_ci_multi_runner
+#
+class gitlab_ci_multi_runner::config {
+}