Try to mount /mnt/fedora_koji as read only in staging.
This commit is contained in:
parent
334b692eae
commit
1454797a4e
2 changed files with 7 additions and 1 deletions
|
@ -23,5 +23,6 @@ fedmsg_certs:
|
|||
owner: root
|
||||
group: apache
|
||||
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"
|
||||
# NOTE -- staging mounts read-only
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid"
|
||||
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue