mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
vagrantfile: update base image name to Bento, from Chef
This commit is contained in:
parent
5a9a89cde6
commit
347f9c0bea
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -42,7 +42,7 @@ source /etc/profile.d/gopath.sh
|
|||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
||||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
config.vm.box = "chef/ubuntu-12.04"
|
config.vm.box = "bento/ubuntu-12.04"
|
||||||
config.vm.hostname = "terraform"
|
config.vm.hostname = "terraform"
|
||||||
|
|
||||||
config.vm.provision "shell", inline: $script, privileged: false
|
config.vm.provision "shell", inline: $script, privileged: false
|
||||||
|
Loading…
Reference in New Issue
Block a user