CentOS: move SELinux setup step so it can install in /srv

This commit is contained in:
marc tobias
2018-02-27 17:02:37 +01:00
parent c3e5654113
commit b303c785e9
2 changed files with 20 additions and 15 deletions

3
Vagrantfile vendored
View File

@@ -37,7 +37,8 @@ Vagrant.configure("2") do |config|
sub.vm.provision :shell do |s|
s.path = "vagrant/Install-on-Centos-7.sh"
s.privileged = false
s.args = [checkout]
s.args = "yes"
sub.vm.synced_folder ".", "/vagrant", disabled: true
end
end