# File lib/chef/provider/mount.rb, line 94 def action_disable if @current_resource.enabled converge_by("remount #{@current_resource.device}") do status = disable_fs if status Chef::Log.info("#{@new_resource} disabled") else Chef::Log.debug("#{@new_resource} already disabled") end end end end