summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-23 16:30:21 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-28 16:59:27 -0700
commiteb5cea889f7916f4fec9a25b545faf16e8f4aeaf (patch)
treedd41a4d84880414f6e489c6b22434c4ad98123d2 /lib/chef/provider/mount.rb
parent4f98a63c8633029c70ec6c01c5cb84fd5d988b73 (diff)
downloadchef-eb5cea889f7916f4fec9a25b545faf16e8f4aeaf.tar.gz
moar comment tweaks
Diffstat (limited to 'lib/chef/provider/mount.rb')
-rw-r--r--lib/chef/provider/mount.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb
index ea0afbdd8d..6f132e44d4 100644
--- a/lib/chef/provider/mount.rb
+++ b/lib/chef/provider/mount.rb
@@ -117,8 +117,9 @@ class Chef
end
#
- # NOTE: for the following methods, they will already have checked if the filesystem is enabled and/or mounted and
- # will be called in converge_by blocks, so most defensive checking does not need to be done, just do the thing.
+ # NOTE: for the following methods, this superclass will already have checked if the filesystem is
+ # enabled and/or mounted and they will be called in converge_by blocks, so most defensive checking
+ # does not need to be done in the subclass implementation -- just do the thing.
#
# should implement mounting of the filesystem, raises if action does not succeed