psadmin-io / ps-vagabond

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

Client tools, Multiple provisioners #25

Closed kbens closed 7 years ago

kbens commented 7 years ago

I wanted at least one of you to take a look at this before I merge. I split out the current provision.ps1 script into 3 separate scripts.

First is the boothstrap, then puppet apply, then install client tools. They all run by default, but you can call out certain ones by vagrant up --provision-with boot, puppet or vagrant provision --provision-with puppet.

kbens commented 7 years ago

Fixes #21 Fixes #3 -