more path fixes!

This commit is contained in:
Seth Vidal 2013-05-07 15:37:16 +00:00
parent a2b6562e9c
commit f8f42cd6a0

View file

@ -185,14 +185,14 @@
tags:
- fedmsg
- name: fedmsg ca and crt
action: copy src=$private/files/fedmsg-certs/$item dest=/etc/pki/fedmsg/$item mode=644
action: copy src=$private/files/fedmsg-certs/keys/$item dest=/etc/pki/fedmsg/$item mode=644
with_items:
- ca.crt
- bodhi-releng01.phx2.fedoraproject.org.crt
tags:
- fedmsg
- name: fedmsg key
action: copy src=$private/files/fedmsg-certs/$item dest=/etc/pki/fedmsg/$item mode=640 group=masher
action: copy src=$private/files/fedmsg-certs/keys/$item dest=/etc/pki/fedmsg/$item mode=640 group=masher
with_items:
- bodhi-releng01.phx2.fedoraproject.org.key
tags: