psadmin-io / ps-vagabond

PeopleSoft Image management with Vagrant
MIT License
26 stars 10 forks source link

pre-make PS_CFG_HOME #74

Closed kbens closed 6 years ago

kbens commented 6 years ago

By default DPK creates PS_CFG_HOME under the psadm2 home directory. Because of this, it makes assumptions that psadm2 has permission to create directories when creating PS_CFG_HOME. If we want this directory located elsewhere, say under $PSFT_BASE_DIR/cfg, this could be an invalid assumption.

This commit adds the ability to pre make the PS_CFG_HOME directory, if specified in the config. So, when the DPK runs it will have correct permission and ability to create PS_CFG_HOME.

Also, example cleanup.

iversond commented 6 years ago

Like the changes!