bodhi: Have apache own /mnt/koji/mash/{atomic,updates}

This commit is contained in:
Luke Macken 2016-03-21 19:43:26 +00:00
parent 94608f070d
commit 9889ac7446

View file

@ -377,3 +377,13 @@
service: name=httpd enabled=no state=stopped
tags:
- bodhi
- name: have apache own /mnt/koji/mash/updates
file: path=/mnt/koji/mash/updates state=directory recurse=yes owner=apache group=apache
tags:
- bodhi
- name: have apache own /mnt/koji/mash/atomic
file: path=/mnt/koji/mash/atomic state=directory recurse=yes owner=apache group=apache
tags:
- bodhi