-
Notifications
You must be signed in to change notification settings - Fork 6
/
metadata.json
76 lines (75 loc) · 1.57 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "waveclaw-facter_cacheable",
"version": "1.1.1",
"author": "JD Powell <[email protected]>",
"summary": "Provide a Cache for Facter facts",
"license": "Apache-2.0",
"source": "https://github.com/waveclaw/puppet-facter_cacheable",
"project_page": "https://github.com/waveclaw/puppet-facter_cacheable",
"issues_url": "https://github.com/waveclaw/puppet-facter_cacheable/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "AIX",
"operatingsystemrelease": [
"5.3",
"6.1",
"7.1"
]
},
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"5.10",
"5.11"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"12.1",
"12.2",
"12.3"
]
},
{
"operatingsystem": "openSUSE",
"operatingsystemrelease": [
"42.1",
"42.2",
"42.3"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6.0",
"7.0"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6.0",
"7.0"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6.0",
"7.0"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.12 < 7.0.0"
}
],
"pdk-version": "1.10.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.10.0-0-gbba9ac3"
}