A Puppet module that ensures the jpackage repositories are installed.
The JPackage Project has two primary goals:
- To provide a coherent set of Java software packages for Linux, satisfying all quality requirements of other applications.
- To establish an efficient and robust policy for Java software packaging and installation.
For the latest version :
include jpackage
For a specific version :
class {'jpackage':
version => '5.0',
}
One can decide if repository should be enabled or not :
class {'jpackage':
version => '5.0',
repo_enable => true,
update_enable => false,
}
Version of jpackage that will be installed
Whether or not the main repository should be enabled
Whether or not the update repository should be enabled
This module works for :
- EL 6
- EL 5
- Fedora 17