Skip to content

Commit

Permalink
Refs #31346 - Use Java 11 for Candlepin
Browse files Browse the repository at this point in the history
  • Loading branch information
jturel committed Jan 12, 2021
1 parent dfe6fc6 commit a5aa4e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions manifests/candlepin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
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',
java_package => 'java-11-openjdk',
enable_basic_auth => false,
consumer_system_name_pattern => '.+',
adapter_module => 'org.candlepin.katello.KatelloModule',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"name": "katello/candlepin",
"version_requirement": ">= 11.0.0 < 12.0.0"
"version_requirement": ">= 11.1.0 < 12.0.0"
},
{
"name": "katello/certs",
Expand Down

0 comments on commit a5aa4e7

Please # to comment.