Class: Chef::Resource::PublicKey
- Inherits:
-
Cheffish::BaseResource
- Object
- Chef::Resource
- Cheffish::BaseResource
- Chef::Resource::PublicKey
- Defined in:
- lib/chef/resource/public_key.rb
Constant Summary
Constants included from Cheffish::BaseProperties
Cheffish::BaseProperties::ArrayType
Instance Method Summary collapse
-
#load_prior_resource(*args) ⇒ Object
We are not interested in Chef’s cloning behavior here.
Methods included from Cheffish::BaseProperties
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 |