voxpupuli / puppet-nfs

Installs and configures NFS server and clients
https://forge.puppet.com/modules/derdanne/nfs
Apache License 2.0
16 stars 81 forks source link

Fix nfsv4_bindmount when nfs_v4_export_root includes a trailing slash #165

Closed cmd-ntrf closed 1 year ago

cmd-ntrf commented 1 year ago

If $nfs::server::nfs_v4_export_root ends with a trailing slash, or is simply equal to '/', Puppet thinks the bindmounts are not mounted and try to mount them at each apply.

derdanne commented 1 year ago

Thanks for the contribution!