Skip to content

Commit

Permalink
Merge pull request #4 from PierreRambaud/patch-1
Browse files Browse the repository at this point in the history
Not working with chef >=12
  • Loading branch information
double-z committed Mar 10, 2015
2 parents ccd48dd + db7a577 commit c01b920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/resource/ssh_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def after_created
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

0 comments on commit c01b920

Please sign in to comment.