[copr] backend, fix code location
This commit is contained in:
parent
fe98e6b3bc
commit
7f98bbce01
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue