Make sure stg builder mounts things rw

This commit is contained in:
Kevin Fenzi 2015-01-22 22:18:19 +00:00
parent 3cb554c5eb
commit 05ccee91be

View file

@ -22,3 +22,4 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
# the host_vars/$hostname file
host_group: kojibuilder
datacenter: staging
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"