psft_customizations.yaml suggestions for PT 8.57
When adding overrides to psft_customizations.yaml does anyone see value in setting the software version locations to more generic folder names? What standards do you stick to when overriding values in your psft_customizations.yaml file?
for example setting
ps_home_location: "%{hiera('pt_location')}/ps_home8.57"
instead of
ps_home_location: "%{hiera('pt_location')}/ps_home8.57.05"
and
jdk_location: "%{hiera('pt_location')}/jdk1.8.0_191"
instead of
jdk_location: "%{hiera('pt_location')}/jdk1.8"