openqa/server: no root squash for rw access to factory share

Might be better to do this with some other account, but uh, for
now...
This commit is contained in:
Adam Williamson 2017-08-17 14:22:42 -07:00
parent b5f825741a
commit e6ee55eb78

View file

@ -1 +1 @@
/var/lib/openqa/share *(ro,insecure,all_squash) {% for host in groups['openqa-hdds-workers'] %} {{ host }}(rw,insecure) {% endfor %}
/var/lib/openqa/share *(ro,insecure,all_squash) {% for host in groups['openqa-hdds-workers'] %} {{ host }}(rw,insecure,no_root_squash) {% endfor %}