Try to fix permissions for fedmsg on packages03.

This commit is contained in:
Ralph Bean 2015-11-30 17:58:16 +00:00
parent 625cac873b
commit 3bd06c7e76
2 changed files with 4 additions and 4 deletions

View file

@ -71,6 +71,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles: roles:
- fedmsg/base
- role: gluster/client - role: gluster/client
name: gluster name: gluster
servers: servers:
@ -79,7 +80,7 @@
username: "{{ packagesglusterusername }}" username: "{{ packagesglusterusername }}"
password: "{{ packagesglusterpassword }}" password: "{{ packagesglusterpassword }}"
owner: apache owner: apache
group: apache group: fedmsg
mountdir: /var/cache/fedoracommunity mountdir: /var/cache/fedoracommunity
handlers: handlers:
@ -96,7 +97,6 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles: roles:
- fedmsg/base
- fedmsg/hub - fedmsg/hub
- packages3/web - packages3/web
- role: collectd/fedmsg-service - role: collectd/fedmsg-service

View file

@ -102,8 +102,8 @@
dest="/var/cache/fedoracommunity/{{item}}" dest="/var/cache/fedoracommunity/{{item}}"
state=directory state=directory
owner=apache owner=apache
group=apache group=fedmsg
mode=0755 mode=0775
with_items: with_items:
- packages - packages
- rpm_cache - rpm_cache