[copr] backend, fix code location

This commit is contained in:
Valentin Gologuzov 2015-02-16 11:26:51 +01:00
parent fe98e6b3bc
commit 7f98bbce01
2 changed files with 5 additions and 7 deletions

View file

@ -1,9 +1,3 @@
- name: concate ssl certs
action: shell "cat /etc/lighttpd/copr-be.fedoraproject.org.key /etc/lighttpd/copr-be.fedoraproject.org.crt > /etc/lighttpd/copr-be.fedoraproject.org.pem"
notify:
- chmod_key
- restart lighttpd
- name: chmod_key
action: file path=/etc/lighttpd/copr-be.fedoraproject.org.pem owner=root group=root mode=0600

View file

@ -15,4 +15,8 @@
notify:
- restart lighttpd
- name: concatenate ssl certs for lighttpd
action: shell "cat /etc/lighttpd/copr-be.fedoraproject.org.key /etc/lighttpd/copr-be.fedoraproject.org.crt > /etc/lighttpd/copr-be.fedoraproject.org.pem"
notify:
- chmod_key
- restart lighttpd