-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmetadata.json
More file actions
63 lines (63 loc) · 1.38 KB
/
metadata.json
File metadata and controls
63 lines (63 loc) · 1.38 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "zleslie-python",
"version": "2.2.1",
"author": "zleslie",
"summary": "Python Module",
"license": "Apache-2.0",
"source": "git://github.com/zleslie/puppet-python.git",
"project_page": "https://github.com/xaque208/puppet-python",
"issues_url": "https://github.com/xaque208/puppet-python/issues",
"description": "Puppet module for Python",
"tags": [ "python", "pip", "virtualenv" ],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"15.04"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"11.3"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"10.3"
]
},
{
"operatingsystem": "OpenBSD",
"operatingsystemrelease": [
"5.9",
"5.8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.4.0 < 5.0.0"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 6.0.0"},
{"name":"stahnma/epel","version_requirement":">= 1.0.1 < 2.0.0"}
],
"data_provider": "hiera"
}