mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
[beaker-tests] delete default httpd ssl configuration as it conflicts with example lookaide-upload.conf
This commit is contained in:
parent
ba87b8ba32
commit
e70b26e066
1 changed files with 4 additions and 0 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue