move CentOS Vagrant VM to a SELinux-enabled base image

This commit is contained in:
marc tobias
2018-02-22 17:51:55 +01:00
parent ff2a40b109
commit c3e5654113
2 changed files with 7 additions and 5 deletions

2
Vagrantfile vendored
View File

@@ -33,7 +33,7 @@ Vagrant.configure("2") do |config|
end
config.vm.define "centos" do |sub|
sub.vm.box = "bento/centos-7.2"
sub.vm.box = "centos/7"
sub.vm.provision :shell do |s|
s.path = "vagrant/Install-on-Centos-7.sh"
s.privileged = false