Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Puppet module to manage the installation of Oracle Java packages on Debian-based systems.

License

Notifications You must be signed in to change notification settings

tohuwabohu/puppet-oracle_java

Repository files navigation

#oracle_java

##Overview

Install one or multiple Oracle Java packages on Debian-based systems.

##Usage

Note: By using this module you will automatically accept the Oracle agreement to download Java.

Example:

java::package { 'oracle-java6-installer': }
  • or
java::package { 'oracle-java6-installer':
  ensure => latest,
}

##Limitations

The module has been tested on the following operating systems. Testing and patches for other platforms are welcome.

  • Debian Linux 7.0

Build Status

##Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

###Development

This project uses rspec-puppet and beaker to ensure the module works as expected and to prevent regressions.

gem install bundler
bundle install --path vendor

bundle exec rake spec
bundle exec rake beaker

(note: use RS_PROVISION=no and RS_DESTROY=no to control beaker default behaviour)

About

Puppet module to manage the installation of Oracle Java packages on Debian-based systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages