Skip to content

Commit

Permalink
(MAINT) Adding compiler missing legacy false
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 committed Oct 23, 2024
1 parent b07439a commit c54d81c
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 c54d81c

Please sign in to comment.