forked from jhoblitt/puppet-oauth2_proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
19 lines (19 loc) · 859 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "jhoblitt-oauth2_proxy",
"version": "0.1.0",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "manages the oauth2_proxy reverse proxy with oauth authentication",
"license": "Apache-2.0",
"source": "https://github.com/jhoblitt/puppet-oauth2_proxy.git",
"project_page": "https://github.com/jhoblitt/puppet-oauth2_proxy",
"issues_url": "https://github.com/jhoblitt/puppet-oauth2_proxy/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "7" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
{ "name": "camptocamp/archive", "version_requirement": ">= 0.8.0" }
]
}