Class: Chef::Resource::PublicKey

Inherits:
LWRPBase
  • Object
show all
Defined in:
lib/chef/resource/public_key.rb

Instance Method Summary collapse

Instance Method Details

#load_prior_resourceObject

We are not interested in Chef’s cloning behavior here.



18
19
20
# File 'lib/chef/resource/public_key.rb', line 18

def load_prior_resource
  Chef::Log.debug("Overloading #{resource_name}.load_prior_resource with NOOP")
end