Parallels / vagrant-parallels

Vagrant Parallels Provider
https://parallels.github.io/vagrant-parallels
MIT License
996 stars 87 forks source link

OK to make a PR to override parallels tools location? #421

Open tolmasky opened 2 years ago

tolmasky commented 2 years ago

Without going into a ton of detail, in our setup the automatic parallels tools discovery that vagrant parallels uses through mdfind can't work. We currently have a private fork of vagrant-parallels that replaces this line in installs_parallels_tools.rb with the specific location on our system. I'd love to not have to keep the private fork, and instead add a generic way of doing this. Either by providing a config path option, or possibly even a config callback (so that guest-os and arch can be passed in). If I were to do this, would that be an acceptable PR?

legal90 commented 2 years ago

Hi @tolmasky , Yes, sure, please send a PR and I'll be happy to review it 👍 Thank you!