lib/chef/provider/mount/mount.rb in chef-0.7.10 vs lib/chef/provider/mount/mount.rb in chef-0.7.12
- old
+ new
@@ -25,11 +25,11 @@
class Mount
class Mount < Chef::Provider::Mount
include Chef::Mixin::Command
- def initialize(node, new_resource)
- super(node, new_resource)
+ def initialize(node, new_resource, collection=nil, definitions=nil, cookbook_loader=nil)
+ super(node, new_resource, collection, definitions, cookbook_loader)
@real_device = nil
end
attr_accessor :real_device
def load_current_resource