I mounted a shared file system on a couple of machines and it worked fine. Now I would like to remove such file system from those machines and I have some problems with this.
I removed all puppet instructions related to the mounting operations and I added the following lines:
mountpoints:
/projects:
device: "/mnt/projects"
ensure: absent
to the yaml file of the selected machines but this has no effect on the /etc/fstab file and therefore I still get the error notification in the log:
/mnt/projects is not mounted on /projects
How can I solve this issue?