Resource Type: mount
- Defined in:
- core_modules/mount_core/lib/puppet/type/mount.rb
- Providers:
-
parsed
Summary
Manages mounted filesystems, including putting mount information into the mount table.Overview
The actual behavior depends on the value of the 'ensure' parameter.
*Refresh:* `mount` resources can respond to refresh events (via `notify`, `subscribe`, or the `~>` arrow). If a `mount` receives an event from another resource *and* its `ensure` attribute is set to `mounted`, Puppet will try to unmount then remount that filesystem.
*Autorequires:* If Puppet is managing any parents of a mount resource — that is, other mount points higher up in the filesystem — the child mount will autorequire them.
*Autobefores:* If Puppet is managing any child file paths of a mount point, the mount resource will autobefore them.