-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.json
44 lines (44 loc) · 1.03 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
43
44
{
"name": "tnmt-tcpdp",
"version": "0.1.3",
"author": "tnmt",
"summary": "This puppet module install and configure tcpdp (TCP dump tool)",
"license": "MIT",
"source": "https://github.com/tnmt/puppet-tcpdp",
"project_page": "https://github.com/tnmt/puppet-tcpdp",
"issues_url": "https://github.com/tnmt/puppet-tcpdp/issues",
"dependencies": [
{
"name": "puppet-systemd",
"version_requirement": "< 7.0.0"
},
{
"name": "puppet-archive",
"version_requirement": ">= 2.0.0 < 8.1.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"22.04",
"24.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 9.0.0"
}
],
"pdk-version": "1.15.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#1.15.0",
"template-ref": "tags/1.15.0-0-g0bc522e"
}