fix ownership of copr-be.conf and typo in generating pem file

This commit is contained in:
Miroslav Suchý 2014-01-22 19:23:43 +00:00
parent 72e1714301
commit 95f02d8990

View file

@ -169,7 +169,7 @@
- provision_config
- name: copy copr-be.conf
template: src="{{ files }}/copr/copr-be.conf" dest=/etc/copr/copr-be.conf mode=640
template: src="{{ files }}/copr/copr-be.conf" dest=/etc/copr/copr-be.conf owner=root group=copr mode=640
notify:
- restart copr-backend
tags:
@ -202,7 +202,7 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- name: concate ssl certs
action: command cat /etc/lighttpd/coprs-be.fedoraproject.org.key /etc/lighttpd/coprs-be.fedoraproject.org.key > /etc/lighttpd/coprs-be.fedoraproject.org.pem
action: command cat /etc/lighttpd/coprs-be.fedoraproject.org.key /etc/lighttpd/coprs-be.fedoraproject.org.crt > /etc/lighttpd/coprs-be.fedoraproject.org.pem
notify:
- chmod_key
- restart lighttpd