test-kitchen / kitchen-vagrant

A Test Kitchen Driver for Vagrant
Other
348 stars 189 forks source link

add provider to update and prune commands #481

Closed Stromweld closed 1 year ago

Stromweld commented 1 year ago

Signed-off-by: Corey Hemminger hemminger@hotmail.com

Description

This is required if you have multiple boxes of the same name from multiple providers such as virtualbox and parallels. Without the provider flag it throws an error not knowing which one to update or prune. Adding the flag doesn't change original behavior either.

Type of Change

bugfix

Check List