make sure we have dirs we need and symlink shared bits for compose

This commit is contained in:
Dennis Gilmore 2013-08-25 01:43:39 +00:00
parent c0b8c3f816
commit f83dff4476

View file

@ -92,10 +92,15 @@
- /pub/epel
- /pub/alt
- /epel
- /srv/pungi
- /mnt/fedora_koji
- /var/spool/rsyslog
- name: symlink /srv/pungi
action: file src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
- name: symlink /srv/pungi/spin-kickstarts
action: file src=/mnt/fedora_koji/compose/spin-kickstarts dest=/srv/pungi/spin-kickstarts state=link
- name: symlink /srv/pungi/cache
action: file src=/mnt/fedora_koji/compose/cache dest=/srv/pungi/cache state=link
- name: add builder infra yum repo
action: copy src=$files/kojibuilder/builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo