Adjust the url to the yum repo on update_package_info - pkgdb02

This commit is contained in:
Pierre-Yves Chibon 2014-10-08 09:35:05 +02:00
parent 7d23cb2886
commit ef507222bd

View file

@ -59,6 +59,11 @@
tags:
- config
- name: update the base_url in update_package_info
command: /usr/bin/sed -i -e 's|https://dl.fedoraproject.org|http://dl.phx2.fedoraproject.org|' /usr/bin/update_package_info.py
tags:
- config
- name: set sebooleans so pkgdb2 can talk to the db
action: seboolean name=httpd_can_network_connect_db
state=true