aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vagrant/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vagrant/Vagrantfile')
-rw-r--r--extras/vagrant/Vagrantfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/vagrant/Vagrantfile b/extras/vagrant/Vagrantfile
index badaa979a43..a97a3dc38fc 100644
--- a/extras/vagrant/Vagrantfile
+++ b/extras/vagrant/Vagrantfile
@@ -12,6 +12,8 @@ Vagrant.configure(2) do |config|
elsif distro == 'opensuse'
config.vm.box = "opensuse/openSUSE-42.3-x86_64"
config.vm.box_version = "1.0.4.20170726"
+ elsif distro == 'ubuntu1804'
+ config.vm.box = "bento/ubuntu-18.04"
else
config.vm.box = "puppetlabs/ubuntu-16.04-64-nocm"
end