Class: Chef::Resource::PublicKey

Inherits:
Cheffish::BaseResource show all
Defined in:
lib/chef/resource/public_key.rb

Constant Summary

Constants included from Cheffish::BaseProperties

Cheffish::BaseProperties::ArrayType, Cheffish::BaseProperties::Boolean

Instance Method Summary collapse

Methods included from Cheffish::BaseProperties

#initialize

Instance Method Details

#load_prior_resource(*args) ⇒ Object

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



22
23
24
# File 'lib/chef/resource/public_key.rb', line 22

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