class Puppet::Util::Assertion::Stubs::Type

This type reimplements the Puppet::Resource::Type class and overwrites the parameter validation in order to allow any param to be assigned a value.

Public Instance Methods

valid_parameter?(name) click to toggle source
# File lib/puppet/util/assertion/stubs.rb, line 10
def valid_parameter?(name)
  true
end