diff options
-rw-r--r-- | lib/chef/provider/mount.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb index e45d13843a..557a54bbe3 100644 --- a/lib/chef/provider/mount.rb +++ b/lib/chef/provider/mount.rb @@ -42,17 +42,6 @@ class Chef end def action_mount - unless current_resource.mounted && mount_options_unchanged? - converge_by("mount #{current_resource.device} to #{current_resource.mount_point}") do - mount_fs - Chef::Log.info("#{new_resource} mounted") - end - else - Chef::Log.debug("#{new_resource} is already mounted") - end - end - - def action_mount if current_resource.mounted if mount_options_unchanged? Chef::Log.debug("#{new_resource} is already mounted") |