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: tags:
- fedmsg - fedmsg
- name: fedmsg ca and crt - 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: with_items:
- ca.crt - ca.crt
- bodhi-releng01.phx2.fedoraproject.org.crt - bodhi-releng01.phx2.fedoraproject.org.crt
tags: tags:
- fedmsg - fedmsg
- name: fedmsg key - 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: with_items:
- bodhi-releng01.phx2.fedoraproject.org.key - bodhi-releng01.phx2.fedoraproject.org.key
tags: tags: