Method: Chef::Provider::Mount#disable_fs

Defined in:
lib/chef/provider/mount.rb

#disable_fsObject

should implement disabling of the filesystem (e.g. in /etc/fstab), raises if action does not succeed



160
161
162
# File 'lib/chef/provider/mount.rb', line 160

def disable_fs
  raise Chef::Exceptions::UnsupportedAction, "#{self} does not support :disable"
end