class Chef::Resource::Mount
Private Instance Methods
clear_fstype()
click to toggle source
Used by the AIX provider to set fstype to nil. @todo use property to make nil a valid value for fstype
# File lib/chef/resource/mount.rb, line 90 def clear_fstype @fstype = nil end