vagrant-landrush / landrush

A Vagrant plugin that provides a simple DNS server for Vagrant guests
MIT License
666 stars 78 forks source link

Make sure that there is alway a ruby binary on the path #231

Closed hferentschik closed 8 years ago

hferentschik commented 8 years ago

In some cases it might be the only Ruby interpreter on the system is provided by Vagrant. Since we call ruby directly to start the DNS server process we need to make sure there is always a ruby executable on the path.

hferentschik commented 8 years ago

Merged via pull request #232