How to manage mounted partitions (fstab + mount points) from puppet
- by Cristian Ciupitu
I want to manage the mounted partitions from puppet which includes both modifying /etc/fstab and creating the directories used as mount points. The mount resource type updates fstab just fine, but using file for creating the mount points is bit tricky.
For example, by default the owner of the directory is root and if the root (/) of the mounted…