Try to fix permissions for fedmsg on packages03.
This commit is contained in:
parent
625cac873b
commit
3bd06c7e76
2 changed files with 4 additions and 4 deletions
|
@ -71,6 +71,7 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- fedmsg/base
|
||||
- role: gluster/client
|
||||
name: gluster
|
||||
servers:
|
||||
|
@ -79,7 +80,7 @@
|
|||
username: "{{ packagesglusterusername }}"
|
||||
password: "{{ packagesglusterpassword }}"
|
||||
owner: apache
|
||||
group: apache
|
||||
group: fedmsg
|
||||
mountdir: /var/cache/fedoracommunity
|
||||
|
||||
handlers:
|
||||
|
@ -96,7 +97,6 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- fedmsg/base
|
||||
- fedmsg/hub
|
||||
- packages3/web
|
||||
- role: collectd/fedmsg-service
|
||||
|
|
|
@ -102,8 +102,8 @@
|
|||
dest="/var/cache/fedoracommunity/{{item}}"
|
||||
state=directory
|
||||
owner=apache
|
||||
group=apache
|
||||
mode=0755
|
||||
group=fedmsg
|
||||
mode=0775
|
||||
with_items:
|
||||
- packages
|
||||
- rpm_cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue