From bdd65efd26442179f1bc3855cd2328dedc8f837a Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Fri, 8 Nov 2013 13:55:26 -0600 Subject: [PATCH] * fixed ubuntu os type for virtualbox --- devbox/Vagrantfile | 2 ++ templates/ubuntu.json | 1 + 2 files changed, 3 insertions(+) diff --git a/devbox/Vagrantfile b/devbox/Vagrantfile index 1dec6da..0958563 100644 --- a/devbox/Vagrantfile +++ b/devbox/Vagrantfile @@ -22,6 +22,8 @@ Vagrant.configure("2") do |config| override.vm.box_url = "http://bit.ly/vagrant-lxc-saucy64-2013-10-23" end + config.vm.provision "shell", inline: "sudo apt-get update && sudo apt-get install -yy language-pack-en" + config.vm.provision :puppet do |puppet| puppet.manifests_path = "../puppet/vsfs/manifests/" puppet.module_path = "../puppet/vsfs/modules/" diff --git a/templates/ubuntu.json b/templates/ubuntu.json index 87fe397..4b0ef7c 100644 --- a/templates/ubuntu.json +++ b/templates/ubuntu.json @@ -24,6 +24,7 @@ }, { "type": "virtualbox", + "guest_os_type": "Ubuntu_64", "iso_url": "http://releases.ubuntu.com/saucy/ubuntu-13.10-server-amd64.iso", "iso_checksum": "2bead0f1f451734461ff88f913f4b02ba9e873b15f097a5c231bdb3763ea42e3", "iso_checksum_type": "sha256",