We do want a certificate in stg

This commit is contained in:
Pierre-Yves Chibon 2015-01-29 17:03:35 +00:00
parent ad0972e28c
commit 31d4a63cd5

View file

@ -271,7 +271,7 @@
copy: src={{private}}/files/pkgs.stg.fedoraproject.org_key_and_cert.pem
dest=/etc/httpd/conf/pkgs.fedoraproject.org_key_and_cert.pem
owner=apache mode=0400
when: env != "staging"
when: env == "staging"
- name: install the updatecrl.sh script
copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755