Mount all of /pub on composers

This commit is contained in:
Kevin Fenzi 2016-02-28 17:09:40 +00:00
parent fece9b9ced
commit e00e894716

View file

@ -24,8 +24,8 @@
- hosts
- builder_repo
- role: nfs/client
mnt_dir: '/pub/fedora'
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora'
mnt_dir: '/pub'
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
when: datacenter != 'staging'
- role: nfs/client
mnt_dir: '/mnt/fedora_koji'