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.
provision-boot.ps1
provision-puppet.ps1
provision-client.ps1
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.
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.provision-boot.ps1
provision-puppet.ps1
provision-client.ps1
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
orvagrant provision --provision-with puppet
.