mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 01:00:08 -04:00
Vagrantfile should use a much newer Ubuntu
This commit is contained in:
parent
49ac4acdd2
commit
2e2f59a87b
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -32,7 +32,7 @@ sudo apt-get install -y curl git-core zip
|
|||
SCRIPT
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.box = "chef/ubuntu-10.04"
|
||||
config.vm.box = "chef/ubuntu-14.04"
|
||||
|
||||
config.vm.provision "shell", inline: $script
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue