-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathmetadata.json
41 lines (41 loc) · 1 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
{
"name": "thias-libvirt",
"version": "1.0.2",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Libvirt virtualization API and capabilities.",
"source": "git://github.com/thias/puppet-libvirt",
"project_page": "https://github.com/thias/puppet-libvirt",
"issues_url": "https://github.com/thias/puppet-libvirt/issues",
"tags": ["libvirt", "kvm", "qemu", "virtualization"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7", "8", "9" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7", "8", "9" ]
},
{
"operatingsystem":"Debian",
"operatingsystemrelease":[ "6", "7" ]
},
{
"operatingsystem":"Ubuntu",
"operatingsystemrelease":[ "12", "14" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <8.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
}
]
}