Skip to content

Commit 8313664

Browse files
committed
Prepare release for puppet forge
1 parent 62d9f5f commit 8313664

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Thu Jan 22 2015 Stefan Schulte <[email protected]> 1.0.0
2+
- Initial release for puppet forge

metadata.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "stschulte-oracle",
3+
"version": "1.0.0",
4+
"author": "stschulte",
5+
"summary": "Manage the oratab through puppet",
6+
"license": "Apache-2.0",
7+
"source": "https://github.com/stschulte/puppet-oracle.git",
8+
"project_page": "https://github.com/stschulte/puppet-oracle",
9+
"issues_url": "https://github.com/stschulte/puppet-oracle/issues",
10+
"dependencies": [ ],
11+
"operatingsystem_support": [
12+
{
13+
"operatingsystem": "RedHat",
14+
"operatingsystemrelease": [ "6.0" ]
15+
},
16+
{
17+
"operatingsystem": "Solaris",
18+
"operatingsystemrelease": [ "5.10", "5.11" ]
19+
}
20+
],
21+
"tags": ["oracle", "oratab"]
22+
}

0 commit comments

Comments
 (0)