Add CentOS 8 support

This commit is contained in:
ronivay
2020-04-23 09:39:30 +03:00
parent 18c29ca478
commit 892868aade
3 changed files with 19 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "centos/7"
config.vm.box = "centos/8"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs