I am learning puppet, and I was supposed to enact this security measure on mount point /tmp
:
/tmp /var/tmp none rw,noexec,nosuid,nodev,bind 0 0
I looked at fstab, and I see this:
/tmp /var/tmp none bind 0 0
I have approximately 500 servers to enable this on. Is there a way to do this on puppet?
Thanks