Formula for installing JDK and JRE with SaltStack. Supports Oracle and OpenJDK.
Перейти к файлу
James Webb 47a1547b9b update reference to PPA. 2017-05-19 04:13:16 +02:00
openjdk Commit fix for OpenJDK. Jinja syntax. 2016-06-21 17:35:53 -05:00
oraclejdk update reference to PPA. 2017-05-19 04:13:16 +02:00
CHANGELOG.rst Initial commit with support for Oracle and OpenJDK on Ubuntu. 2016-06-21 17:23:03 -05:00
LICENSE Initial commit with support for Oracle and OpenJDK on Ubuntu. 2016-06-21 17:23:03 -05:00
README.rst Initial commit with support for Oracle and OpenJDK on Ubuntu. 2016-06-21 17:23:03 -05:00
VERSION Initial commit with support for Oracle and OpenJDK on Ubuntu. 2016-06-21 17:23:03 -05:00
pillar.example Initial commit with support for Oracle and OpenJDK on Ubuntu. 2016-06-21 17:23:03 -05:00

README.rst

================
salt-java-formula
================

A saltstack formula that installs java on ubuntu,debian from package repo.
    This supports OpenJDK and Oracle via PPA.

.. note::

    See the full `Salt Formulas installation and usage instructions
    <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
    :local:

``oraclejdk``
------------

Installs the Oracle JDK package.

``openjdk``
------------

Installs the OpenJDK JDK package.