Skip to content

Commit

Permalink
(MAINT) Adding compiler missing legacy false (#517)
Browse files Browse the repository at this point in the history
Component install missing additional cert to show compilers aren't legacy
  • Loading branch information
ragingra authored Oct 23, 2024
1 parent c935299 commit fc8288e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plans/subplans/component_install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@
$certificate_extensions = {
peadm::oid('pp_auth_role') => 'pe_compiler',
peadm::oid('peadm_availability_group') => $avail_group_letter,
peadm::oid('peadm_legacy_compiler') => false,
}
} elsif $role == 'pe_compiler_legacy' {
$certificate_extensions = {
peadm::oid('peadm_role') => $role,
peadm::oid('pp_auth_role') => 'pe_compiler',
peadm::oid('peadm_availability_group') => $avail_group_letter,
peadm::oid('peadm_legacy_compiler') => true,
}
} else {
$certificate_extensions = {
Expand Down

0 comments on commit fc8288e

Please sign in to comment.