Consider storing crontab files in network storage
Currently, user crontab files are located at /var/spool/cron/crontabs/
on every node, including the login node.
Does it make sense/can we create a location in a network storage location, and then making /var/spool/cron/crontabs/
a symlink to that location?