summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/mount.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/mount.rb')
-rwxr-xr-xlib/puppet/type/mount.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb
index bb488c275..2ceacb3fe 100755
--- a/lib/puppet/type/mount.rb
+++ b/lib/puppet/type/mount.rb
@@ -4,7 +4,7 @@ module Puppet
@doc = "Manages mounted filesystems, including putting mount
information into the mount table. The actual behavior depends
on the value of the 'ensure' parameter.
-
+
Note that if a ``mount`` receives an event from another resource,
it will try to remount the filesystems if ``ensure`` is set to ``mounted``."