Method: Chef::Provider::Mount#enable_fs

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

#enable_fsObject

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



155
156
157
# File 'lib/chef/provider/mount.rb', line 155

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