autofs: Mount volumes with noatime
This commit is contained in:
parent
ad85a0c46b
commit
2dd0fb75c9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if autofs_home %}
|
||||
/home ldap:///ou=People,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576,xprtsec=mtls
|
||||
/home ldap:///ou=People,{{ ldap_basedn }} rw,noatime,nosuid,nodev,rsize=1048576,wsize=1048576,xprtsec=mtls
|
||||
{% endif %}
|
||||
{% if autofs_roles %}
|
||||
/roles ldap:///ou=Groups,{{ ldap_basedn }} rw,nosuid,nodev,rsize=1048576,wsize=1048576,xprtsec=mtls --ghost
|
||||
/roles ldap:///ou=Groups,{{ ldap_basedn }} rw,noatime,nosuid,nodev,rsize=1048576,wsize=1048576,xprtsec=mtls --ghost
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue