Skip to content

Commit 9d2f9e3

Browse files
author
DARIO SESTERO
committed
README markdown adapted to GitLab Flavored Markdown (GFM)
1 parent 6f4b082 commit 9d2f9e3

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#java
1+
# java
22

3-
####Table of Contents
3+
#### Table of Contents
44

55
1. [Overview](#overview)
66
2. [Module Description - What the module does and why it is useful](#module-description)
@@ -13,20 +13,20 @@
1313
5. [Limitations - OS compatibility, etc.](#limitations)
1414
6. [Development - Guide for contributing to the module](#development)
1515

16-
##Overview
16+
## Overview
1717

1818
This is the java module. It allows to install Java OpenJDK or Oracle JDK and configure the default java alternative.
1919

20-
##Module Description
20+
## Module Description
2121

2222
The module provides classes and defines to install Java OpenJDK from distribution packages
2323
or rather install Oracle JDK. Furthermore, it allows to configure the java alternative on Debian and RedHat family distributions.
2424
It allows to install multiple Java versions on the same node.
2525
It allows to install java 8 even if it is not in the standard repository in Ubuntu 12.04 and 14.04 via ppa.
2626

27-
##Setup
27+
## Setup
2828

29-
###What java affects
29+
### What java affects
3030

3131
The module installs the OpenJDK package from the repositories or the Oracle JDK from the download archive.
3232

@@ -44,7 +44,7 @@ cryptography to be used. This override provides "unlimited strength"
4444
policy files which contain no restrictions on cryptographic strengths.
4545
Notice that at the moment this class supports only openjdk-6 on Debian/Ubuntu systems.
4646

47-
###Setup Requirements
47+
### Setup Requirements
4848

4949
The module requires the following modules:
5050

@@ -56,7 +56,7 @@ The module requires the following modules:
5656

5757
to provide the basic capability to download and unzip Oracle Java distributions
5858

59-
###Beginning with java
59+
### Beginning with java
6060

6161
The module provides different classes to install Java OpenJDK 6, 7, 8 and 9; furthermore, it is possible to install Oracle JDK 7 and 8.
6262
This is done, for example, by declarations as the following:
@@ -65,7 +65,7 @@ This is done, for example, by declarations as the following:
6565
include java_7
6666
```
6767

68-
##Usage
68+
## Usage
6969

7070
It is possible to install multiple versions of Java on a single node and to specify via hiera the default java to be set in the alternative system. An example hiera (JSON) declaration for a node could be as follows:
7171

@@ -79,11 +79,11 @@ It is possible to install multiple versions of Java on a single node and to spec
7979
}
8080
```
8181

82-
##Limitations
82+
## Limitations
8383

8484
At the moment the module targets only OpenJDK 6, 7 and 8 on Debian, Ubuntu, RedHat and CentOS platforms. Specifically, it was tested on Ubuntu 12.04, 14.04, 16.04 and CentOS 6.6 distributions; although probably it will work also on different versions.
8585

86-
##Development
86+
## Development
8787

8888
If you need some feature please send me a (pull) request and send me an email at: dsestero 'at' gmail 'dot' com.
8989

0 commit comments

Comments
 (0)