Method: Chef::Provider::Mount#mount_fs
- Defined in:
- lib/chef/provider/mount.rb
#mount_fs ⇒ Object
should implement mounting of the filesystem, raises if action does not succeed
139 140 141 |
# File 'lib/chef/provider/mount.rb', line 139 def mount_fs raise Chef::Exceptions::UnsupportedAction, "#{self} does not support :mount" end |