From 8489986bf80269ca8a70d1ad4f5957102b3f5665 Mon Sep 17 00:00:00 2001 From: yinzhongyi Date: Fri, 18 May 2018 13:50:52 +0800 Subject: Update docs and remove the unrelated 'sudo' cmd in build.sh Change-Id: Ieed544e8965c30d1dd0c9cc8c5f64d3c66e7df0b Signed-off-by: yinzhongyi --- resources/extras/Vagrantfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'resources/extras') diff --git a/resources/extras/Vagrantfile b/resources/extras/Vagrantfile index 70c0d78..c3107c9 100644 --- a/resources/extras/Vagrantfile +++ b/resources/extras/Vagrantfile @@ -7,9 +7,6 @@ Vagrant.configure(2) do |config| distro = ( ENV['DMM_VAGRANT_DISTRO'] || "ubuntu") if distro == 'centos7' config.vm.box = "puppetlabs/centos-7.2-64-nocm" - #config.vm.box = "centos/7" - #config.vm.box_version = "1708.01" - #config.ssh.insert_key = false else config.vm.box = "fdio-csit/ubuntu-14.04.4_2016-05-25_1.0" end -- cgit 1.2.3-korg