Can you please send a sample psft_cusomizations.yaml file?
Hello - Can someone please send sample psft_customizations.yaml file?
I had the following question - If I had to edit the following section -
appserver_domain_list:
"%{hiera('appserver_domain_name')}": <unique app server domain name>
os_user: "%{hiera('domain_user')}"
ps_cfg_home_dir: "%{hiera('ps_config_home')}"
template_type: "%{hiera('appserver_template')}"
In this above section, if I have to edit it, should I do like this -
appserver_domain_list:
IH91PI08
os_user: "%{hiera('domain_user')}"
ps_cfg_home_dir: "%{hiera('ps_config_home')}"
template_type: "%{hiera('appserver_template')}"
I just replaced "%{hiera('appserver_domain_name')}": with domain name IH91PI08