openqa/server: allow apache to read from NFS
This commit is contained in:
parent
9d612c0530
commit
2feaf0e2ef
1 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,9 @@
|
|||
- name: Allow Apache to connect to openQA
|
||||
seboolean: name=httpd_can_network_connect state=yes persistent=yes
|
||||
|
||||
- name: Allow Apache to read from NFS (as we store test data files there now)
|
||||
seboolean: name=httpd_use_nfs state=yes persistent=yes
|
||||
|
||||
# services is undefined in check mode
|
||||
- name: Wait for openQA to be fully started
|
||||
pause: seconds=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue