Skip to content

Commit

Permalink
* fixed ubuntu os type for virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Nov 8, 2013
1 parent fc279d0 commit bdd65ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devbox/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
1 change: 1 addition & 0 deletions templates/ubuntu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bdd65ef

Please sign in to comment.