puppetlabs-java
puppetlabs-java copied to clipboard
Puppet Module to manage Java
It is not uncommon to want to REMOVE something. Therefore, it would be helpful to support ensure => purged and/or ensure => absent. There seems to be a bug in...
Prior to this PR, this module contained instances of Facter::Util::Resolution.exec and Facter::Util::Resolution.which, which are deprecated. This PR aims to replace these exec helpers with their supported Facter::Core::Execution counterparts. This PR:...
I'll admit I didn't run the tests and rely on CI, but I think this results in the same values. Just easier to read.
## Summary Allow to download from a login/password protected URL
## Summary This pr removes puppetlabs-puppet_agent pinining which has been introduced during Puppet 8 introduction ## Additional Context With the pinning in place, the acceptance tests for Debian 12 failed...
Automated release-prep through [pdk-templates](https://github.com/puppetlabs/pdk-templates/blob/main/moduleroot/.github/workflows/release_prep.yml.erb) from commit 18cac85a20b5d7b8c50488e7d670f00f5ff8a008. Please verify before merging: - [ ] last [nightly](https://github.com/puppetlabs/puppetlabs-java/actions/workflows/nightly.yml) run is green - [ ] [Changelog](https://github.com/puppetlabs/puppetlabs-java/blob/release-prep/CHANGELOG.md) is readable and has no unlabeled pull...
## Use Case To be able to manage jdk/jre packages on debian 12 boxes ## Describe the Solution You Would Like That the module can manage jdk and/or jre packages...
(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `2.7.1`
## Use Case Sometimes it happens that stuff runs on legacy platforms for reasons. The code in https://github.com/puppetlabs/puppetlabs-java/blob/main/manifests/init.pp#L97-L106 prevents the use of the module on unsupported platforms. This pattern is...
This adds the same settings for Debian 12. While Ubuntu has v21 of openjdk available it uses the more conservative v17 ## Summary Add Ubuntu 24.04 to the metadata Use...