fix: update to CentOS 8

This commit is contained in:
Lucas Bickel 2020-12-26 12:50:38 +01:00
parent 6c4b1b5e71
commit 194682d89c
7 changed files with 71 additions and 43 deletions

2
Vagrantfile vendored
View file

@ -57,7 +57,7 @@ Vagrant.configure("2") do |config|
provision_libretime(os, "debian.sh", installer_args)
end
config.vm.define "centos" do |os|
os.vm.box = 'centos/7'
os.vm.box = 'centos/8'
provision_libretime(os, "centos.sh", installer_args + "--selinux")
end