Skip to content

Commit

Permalink
Use java11
Browse files Browse the repository at this point in the history
  • Loading branch information
jturel committed Jan 8, 2021
1 parent dfe6fc6 commit 00fa386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/candlepin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
include certs
include katello::params

ensure_packages(['java-11-openjdk'])

class { 'certs::candlepin':
hostname => $katello::params::candlepin_host,
client_keypair_group => $katello::params::candlepin_client_keypair_group,
Expand All @@ -48,6 +50,7 @@
truststore_file => $certs::candlepin::truststore,
truststore_password => $certs::candlepin::truststore_password,
artemis_client_dn => $certs::candlepin::artemis_client_dn,
java_home => '/usr/lib/jvm/jre-11',
enable_basic_auth => false,
consumer_system_name_pattern => '.+',
adapter_module => 'org.candlepin.katello.KatelloModule',
Expand Down

0 comments on commit 00fa386

Please # to comment.