vagrant/lib
Brian Cain eb3e309f89
Ensure guest names are string when filtering
Prior to this commit, if a guest name was given as a symbol, the
filter_triggers method would fail to properly match it with the only_on
option, as it is not a valid type to the #String.match method. This
commit fixes that by converting the parameter to a string so that it can
be properly matched on the guest.
2019-05-13 14:07:22 -07:00
..
vagrant Ensure guest names are string when filtering 2019-05-13 14:07:22 -07:00
vagrant.rb Remove level conditional for RestClient logging 2018-10-12 09:07:12 -07:00