Correct path

This commit is contained in:
Kevin Fenzi 2014-08-26 21:13:44 +00:00
parent d87f8a52ee
commit 89a860d3b6

View file

@ -127,9 +127,11 @@
- name: create the Lookaside Cache root directory
file: dest=/srv/cache/lookaside/pkgs state=directory
- name: install the certificates
copy: src={{private}}/fedora-ca.cert dest=/etc/httpd/conf/cacert.pem
copy: src={{private}}/pkgs.fedoraproject.org_key_and_cert.pem dest=/etc/httpd/conf/pkgs.fedoraproject.org_key_and_cert.pem owner=apache mode=0400
- name: install the fedora-ca.cert
copy: src={{private}}/files/fedora-ca.cert dest=/etc/httpd/conf/cacert.pem
- name: install the pkgs cert
copy: src={{private}}/files/pkgs.fedoraproject.org_key_and_cert.pem dest=/etc/httpd/conf/pkgs.fedoraproject.org_key_and_cert.pem owner=apache mode=0400
- name: install the updatecrl.sh script
copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755