https://github.com/gini/puppet-openjdk7
Puppet module to install OpenJDK7
https://github.com/gini/puppet-openjdk7
Last synced: about 1 year ago
JSON representation
Puppet module to install OpenJDK7
- Host: GitHub
- URL: https://github.com/gini/puppet-openjdk7
- Owner: gini
- Archived: true
- Created: 2012-09-17T13:46:14.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T08:41:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-22T19:49:49.086Z (over 1 year ago)
- Language: Puppet
- Size: 128 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
OpenJDK7 Puppet Module
======================
[](http://travis-ci.org/smarchive/puppet-openjdk7)
Overview
--------
Install OpenJDK7 (JRE, JDK, and/or JavaDoc) from the distribution's package repository.
Usage
-----
Example: Install OpenJDK7 JRE, JDK, and JavaDocs:
class { 'openjdk7': }
Example: Install just OpenJDK7 JRE
class { 'openjdk7::jre': }
Supported Platforms
-------------------
The module has been tested on the following operating systems. Testing and patches for other platforms are welcome.
* Fedora 17
* Fedora 18
License
-------
Copyright (c) 2012, 2013 smarchive GmbH
This script is licensed under the Apache License, Version 2.0.
See http://www.apache.org/licenses/LICENSE-2.0.html for the full license text.
Support
-------
Please log tickets and issues at our [project site](https://github.com/smarchive/puppet-openjdk7/issues).