Hi,

in the meanwhile you can use this Workaround in Vagrantfile
(multimachine example):

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     servers.each do |machine|
          config.vm.define machine["hostname"] do |node|
               node.vm.provision "shell", inline: "ln -nsf 
../run/resolvconf/resolv.conf /etc/resolv.conf", privileged: true, name: "FIX 
RESOLV.CONF"
          end
     end
end

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1621393

Title:
  xenial64 image (20160907.1.0) has a broken (empty) /etc/resolv.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1621393/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to