-
Notifications
You must be signed in to change notification settings - Fork 21
/
metadata.json
36 lines (36 loc) · 1.3 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "frankiethekneeman-gitlab_ci_multi_runner",
"version": "0.5.1",
"author": "Francis J.. Van Wetering IV",
"license": "MIT",
"summary": "A Module to Install and register the Gitlab CI Multirunner.",
"source": "https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner",
"project_page": "https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner",
"issues_url": "https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner/issues",
"tags": ["Gitlab", "CI", "MultiRunner", "Go"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
}
, {
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
}
, {
"operatingsystem":"OracleLinux",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
}
, {
"operatingsystem":"Debian",
"operatingsystemrelease":[ "7.0", "8.0" ]
}
, {
"operatingsystem":"Ubuntu",
"operatingsystemrelease":[ "14.04", "14.10", "15.04", "15.10", "16.04" ]
}
]
, "dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
]
}