You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: