Restore SELinux tags after install
This commit is contained in:
parent
d2ffb6d91d
commit
9a6d5b0175
2 changed files with 21 additions and 2 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -46,7 +46,7 @@ Vagrant.configure("2") do |config|
|
|||
end
|
||||
config.vm.define "centos" do |os|
|
||||
os.vm.box = 'centos/7'
|
||||
provision_libretime(os, "centos.sh", installer_args + "--ignore-dependencies --distribution=centos --web-user=apache")
|
||||
provision_libretime(os, "centos.sh", installer_args + "--ignore-dependencies --distribution=centos --web-user=apache --selinux")
|
||||
end
|
||||
|
||||
def provision_libretime(config, prepare_script, installer_args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue