Revert "return back to F19"

This reverts commit a0015519c0.
This commit is contained in:
Miroslav Suchý 2014-06-20 14:08:11 +00:00
parent a0015519c0
commit 2236b0963a
3 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@ failovermethod=priority
#baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/
# 172.16.5.4 is copr-be.cloud.fedoraproject.org
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
baseurl=http://172.16.5.4/results/msuchy/copr/fedora-19-x86_64/
baseurl=http://172.16.5.4/results/msuchy/copr/fedora-20-x86_64/
enabled=1
gpgcheck=0

View file

@ -1,6 +1,6 @@
---
instance_type: m1.medium
image: "{{ f19_qcow_id }}"
image: "{{ f20_qcow_id }}"
keypair: fedora-admin-20130801
security_group: webserver
zone: nova

View file

@ -62,14 +62,14 @@
tags:
- config
- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
copy: >
src="{{ files }}/copr/fe/hotfix/misc.py"
dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
notify:
- restart httpd
tags:
- hotfix
#- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
# copy: >
# src="{{ files }}/copr/fe/hotfix/misc.py"
# dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
# notify:
# - restart httpd
# tags:
# - hotfix
- name: copy apache files to conf.d
action: copy src="{{ files }}/copr/fe/httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"