Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 5833b17

Browse files
committed
So long Modulefile, welcome metadata.json
1 parent 887f931 commit 5833b17

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Modulefile

Lines changed: 0 additions & 12 deletions
This file was deleted.

metadata.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"author": "Antoine Cotten",
3+
"license": "Apache License, Version 2.0",
4+
"name": "aco-oracle_java",
5+
"project_page": "https://github.com/tOnI0/aco-oracle_java",
6+
"source": "git://github.com/tOnI0/aco-oracle_java.git",
7+
"summary": "Puppet module to install Oracle Java on RPM-based Linux systems",
8+
"version": "1.1.1",
9+
"tags": ["rpm","jre","jdk","oracle","java"],
10+
"dependencies": [
11+
{
12+
"name": "puppetlabs/stdlib",
13+
"version_requirement": ">= 3.2.0"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)