Parallels / vagrant-parallels

Vagrant Parallels Provider

Home Page:https://parallels.github.io/vagrant-parallels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OK to make a PR to override parallels tools location?

tolmasky opened this issue · comments

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?

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