Class: Puppet::Resource::Type::Stub
- Inherits:
-
Puppet::Resource::Type
- Object
- Puppet::Resource::Type
- Puppet::Resource::Type::Stub
- Defined in:
- lib/puppet/parser/functions/stub_type.rb
Instance Method Summary collapse
-
#valid_parameter?(name) ⇒ Boolean
Allow the stub type to receive assignments on any parameter key.
Instance Method Details
#valid_parameter?(name) ⇒ Boolean
Allow the stub type to receive assignments on any parameter key.
4 5 6 |
# File 'lib/puppet/parser/functions/stub_type.rb', line 4 def valid_parameter?(name) true end |