Try to mount /mnt/fedora_koji as read only in staging.

This commit is contained in:
Ralph Bean 2015-06-07 14:30:01 +00:00
parent 334b692eae
commit 1454797a4e
2 changed files with 7 additions and 1 deletions

View file

@ -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"