-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
45 lines (45 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
45
{
"name": "jarodiv-ffmpeg",
"version": "1.1.2",
"author": "Michael Strache (michael.strache@netcentric.biz)",
"summary": "Installs FFmpeg",
"license": "Apache-2.0",
"source": "/~https://github.com/Jarodiv/puppet-ffmpeg",
"project_page": "/~https://github.com/Jarodiv/puppet-ffmpeg",
"issues_url": "/~https://github.com/Jarodiv/puppet-ffmpeg/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.6.0 < 8.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
"version_requirement": ">=1.0.0 < 2.0.0"
},
{
"name": "puppet/epel",
"version_requirement": ">=2.0.0 < 4.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0"
}
],
"tags": [
"ffmpeg"
],
"pdk-version": "2.1.0",
"template-url": "pdk-default#2.1.0",
"template-ref": "tags/2.1.0-0-ga675ea5"
}