boxstarter icon indicating copy to clipboard operation
boxstarter copied to clipboard

Vagrant Provisioner for Boxstarter

Open rgl opened this issue 7 years ago • 6 comments

is there a plan to have a provisioner for vagrant?

it would be really nice to have this, mainly to take care of all the windows reboots shenanigans.

it should also stream stdout/stderr to the vagrant console while running in auto-logon mode.

rgl avatar Apr 04 '17 09:04 rgl

It would be very cool. No immediate plans exist.

mwrock avatar Apr 04 '17 15:04 mwrock

hey @rgl - have you had a look at https://github.com/chocolatey/chocolatey-test-environment ?

mwallner avatar Jan 12 '18 07:01 mwallner

@mwallner sorry, why is that relevant?

rgl avatar Jan 13 '18 02:01 rgl

As far as I've understood this "chocolatey-test-environment" uses a powershell bootstrapper to install chocolatey packages. You could simply drop in "Install-BoxstarterPackage X" instead of "choco install X" in the bootstrapper script...

mwallner avatar Jan 13 '18 08:01 mwallner

That will only work if BoxStarter does not need to reboot the machine; for that you need to write a vagrant provider or change vagrant to support BoxStarter.

rgl avatar Jan 13 '18 17:01 rgl

oh right, was not aware of that - thanks :)

mwallner avatar Jan 13 '18 17:01 mwallner