Skip to content

Commit ae4082b

Browse files
authored
Merge pull request #242 from wolfaba/fix-debian-client-opts
fix nfs client options for debian
2 parents dee6f1c + 915361a commit ae4082b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/os/Debian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ nfs::client_rpcbind_config: '/etc/default/rpcbind'
1515

1616
nfs::client_idmapd_setting:
1717
- 'set NEED_IDMAPD yes'
18-
nfs::client_nfs_options: 'tcp,nolock,rsize:32768,wsize:32768,intr,noatime,nfsvers:3,actimeo:3'
18+
nfs::client_nfs_options: 'tcp,nolock,rsize=32768,wsize=32768,intr,noatime,nfsvers=3,actimeo=3'
1919
nfs::client_services_enable: true
2020
nfs::client_nfsv4_fstype: 'nfs4'
21-
nfs::client_nfsv4_options: 'tcp,nolock,rsize:32768,wsize:32768,intr,noatime,actimeo:3'
21+
nfs::client_nfsv4_options: 'tcp,nolock,rsize=32768,wsize=32768,intr,noatime,actimeo=3'
2222
nfs::nfs_v4_idmap_nobody_user: 'nobody'
2323
nfs::nfs_v4_idmap_nobody_group: 'nogroup'
2424
nfs::client_rpcbind_optname: 'OPTIONS'

0 commit comments

Comments
 (0)