-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
36 lines (35 loc) · 1.01 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
{
"name": "vollmerk-gitlabr10khook",
"version": "0.1.4",
"author": "Karl Vollmer",
"summary": "Setup Python Daemon to receive Gitlab Webhook's for triggering R10k across one to many servers, integrates with OTRS and Footprints",
"license": "Apache-2.0",
"source": "https://github.com/vollmerk/puppet-gitlabwebhook.git",
"project_page": "https://github.com/vollmerk/puppet-gitlabwebhook",
"issues_url": "https://github.com/vollmerk/puppet-gitlabwebhook/issues",
"tags":["gitlab","r10k","webhook","orchestration"],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 3.0.0 < 5.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "6.0","7.0" ]
},
{
"operatingsystem":"Debian",
"operatingsystemrelease":[ "7.0","8.0" ]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "6.0","7.0" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=3.6.0 < 5.0.0"
}
],
"data_provider": null
}