Vlad

Results 1 issues of Vlad

I'm trying to set IP using this in **VagrantFile**: config.dnsmasq.ip = proc do |guest_machine| guest_machine.communicate.sudo("hostname -I | awk '{print $NF}'") do |type, data| data end end But there are not...