-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmetadata.json
80 lines (80 loc) · 1.76 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
77
78
79
80
{
"name": "hajee-ora_rac",
"version": "0.8.4",
"author": "Bert Hajee",
"summary": "the custom types needed to manage the basic setup of an Oracle database",
"license": "Apache License, Version 2.0",
"summary": "Build an Oarcle RAC cluster with Puppet.",
"description": "Classes to help you build a Oracle RAC cluster",
"project_page": "http:/www.github.com/hajee/ora_rac",
"source": "http:/www.github.com/hajee/ora_rac",
"project_page": "http:/www.github.com/hajee/ora_rac",
"issues_url": "https://github.com/hajee/ora_rac/issues",
"dependencies": [
{
"name": "hajee/backport",
"version_requirement": "0.x.x"
},
{
"name": "hajee/partition",
"version_requirement": ">=0.0.6 <0.1.0"
},
{
"name": "hajee/hacks",
"version_requirement": "0.x.x"
},
{
"name": "hajee/oracle",
"version_requirement": "1.5.4"
},
{
"name": "biemond/oradb",
"version_requirement": "1.0.x"
},
{
"name": "fiddyspence/puppet-sleep",
"version_requirement": "1.2.x"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"4",
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"4",
"5",
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"4",
"5",
"6"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">=2.7.20"
},
{
"name": "puppet",
"version_requirement": ">=2.7.20"
}
],
"dependencies": [
{"name":"hajee/easy_type","version_requirement":">= 0.13.1"}
]
}