-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
31 lines (31 loc) · 898 Bytes
/
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
{
"name": "stschulte-oracle",
"version": "2.0.0",
"author": "stschulte",
"summary": "Manage the oratab through puppet",
"license": "Apache-2.0",
"source": "https://github.com/stschulte/puppet-oracle.git",
"project_page": "https://github.com/stschulte/puppet-oracle",
"issues_url": "https://github.com/stschulte/puppet-oracle/issues",
"dependencies": [],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6.0", "7.0", "8.0"]
},
{
"operatingsystem": "Solaris",
"operatingsystemrelease": ["5.10", "5.11", "11"]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 9.0.0"
}
],
"tags": ["oracle", "oratab"],
"pdk-version": "3.1.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#3.1.0",
"template-ref": "tags/3.0.1.3-0-gfbf353c"
}