Method: Chef::Provider::Mount#initialize

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

#initialize(new_resource, run_context) ⇒ Mount

Returns a new instance of Mount.



33
34
35
36
# File 'lib/chef/provider/mount.rb', line 33

def initialize(new_resource, run_context)
  super
  self.unmount_retries = 20
end