lib/chef/resource/machine.rb in chef-provisioning-0.15.2 vs lib/chef/resource/machine.rb in chef-provisioning-0.15.3

- old
+ new

@@ -109,10 +109,10 @@ # converge true # end # # Without this, the first resource's machine options will obliterate the second # resource's machine options, and then unexpected (and undesired) things happen. - def load_prior_resource + def load_prior_resource(*args) Chef::Log.debug "Overloading #{self.resource_name} load_prior_resource with NOOP" end # chef client version and omnibus # chef-zero boot method?