From a69de8be4066d100b02310e5483463b298e8f31c Mon Sep 17 00:00:00 2001 From: Abdelsalam Abbas Date: Tue, 27 Jun 2017 16:42:18 +0200 Subject: [PATCH] changing username from "ubuntu" to the correct one "vagrant" for ubuntu --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index f0fd92ce4..ab8073280 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,7 +13,7 @@ SUPPORTED_OS = { "coreos-stable" => {box: "coreos-stable", bootstrap_os: "coreos", user: "core", box_url: COREOS_URL_TEMPLATE % ["stable"]}, "coreos-alpha" => {box: "coreos-alpha", bootstrap_os: "coreos", user: "core", box_url: COREOS_URL_TEMPLATE % ["alpha"]}, "coreos-beta" => {box: "coreos-beta", bootstrap_os: "coreos", user: "core", box_url: COREOS_URL_TEMPLATE % ["beta"]}, - "ubuntu" => {box: "bento/ubuntu-16.04", bootstrap_os: "ubuntu", user: "ubuntu"}, + "ubuntu" => {box: "bento/ubuntu-16.04", bootstrap_os: "ubuntu", user: "vagrant"}, } # Defaults for config options defined in CONFIG