summaryrefslogtreecommitdiff
path: root/Modulefile
diff options
context:
space:
mode:
Diffstat (limited to 'Modulefile')
-rw-r--r--Modulefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile
new file mode 100644
index 0000000..3a48098
--- /dev/null
+++ b/Modulefile
@@ -0,0 +1,10 @@
+name 'jbauvin-gitlab_ci_multi_runner'
+version '0.1.0'
+source 'https://github.com/Jeoffreybauvin/gitlab-ci-multi-runner'
+author 'Jeoffrey bauvin'
+license 'Apache 2.0'
+summary 'Puppet module to manage gitlab-ci-multi-runner for Gitlab Continuous Integration'
+description ''
+project_page 'https://github.com/Jeoffreybauvin/gitlab-ci-multi-runner'
+
+dependency 'puppetlabs/stdlib'