lib/chef/resource/fog_key_pair.rb in chef-provisioning-fog-0.10 vs lib/chef/resource/fog_key_pair.rb in chef-provisioning-fog-0.11
- old
+ new
@@ -26,9 +26,9 @@
def after(&block)
block ? @after = block : @after
end
# We are not interested in Chef's cloning behavior here.
- def load_prior_resource
+ def load_prior_resource(*args)
Chef::Log.debug("Overloading #{resource_name}.load_prior_resource with NOOP")
end
end