[beaker-tests] delete default httpd ssl configuration as it conflicts with example lookaide-upload.conf

This commit is contained in:
clime 2017-07-24 14:40:13 +02:00
parent ba87b8ba32
commit e70b26e066

4
Vagrantfile vendored
View file

@ -52,6 +52,10 @@ Vagrant.configure(2) do |config|
inline: "systemctl enable dist-git.socket && systemctl restart dist-git.socket",
run: "always"
distgit.vm.provision "shell",
inline: "rm -f /etc/httpd/conf.d/ssl.conf", # remove default ssl config for it conflicts with lookaside-upload.conf
run: "always"
distgit.vm.provision "shell",
inline: "systemctl enable httpd && systemctl restart httpd",
run: "always"