-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
42 lines (42 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
36
37
38
39
40
41
42
{
"name": "mmarseglia-perforce",
"version": "0.0.4",
"author": "mmarseglia",
"summary": "Perforce client and server",
"license": "GPL-3.0-or-later",
"source": "http://github.com/mmarseglia/puppet-perforce",
"project_page": "http://github.com/mmarseglia/puppet-perforce",
"issues_url": "https://github.com/mmarseglia/puppet-perforce/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 5.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
"version_requirement": ">= 1.0.2 < 2.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 7.0.0"
}
],
"tags": [
"perforce",
"helix",
"helixcore"
],
"pdk-version": "1.8.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.8.0-0-g0d9da00"
}