Comment 44 for bug 1569237

Revision history for this message
Wellington José dos Santos (manuwell) wrote :

I solved this problem by changing the ubuntu password via:

    config.vm.provision "shell", inline: <<-SHELL
      echo "ubuntu:ubuntu" | sudo chpasswd
    SHELL