Params

Param Name Description
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.
smart_class_parameter
Required

Value: Must be a Hash
smart_class_parameter[override]
Optional

Whether the smart class parameter value is managed by Foreman


Value: Must be 'true' or 'false'
smart_class_parameter[description]
Optional

Description of smart class


Value: Must be String
smart_class_parameter[default_value]
Optional

Valor a usar quando não houver combinação


Value: Must be String
smart_class_parameter[use_puppet_default]
Optional

Do not send this parameter via the ENC. Puppet will use the value defined in the Puppet manifest for this parameter


Value: Must be 'true' or 'false'
smart_class_parameter[path]
Optional

A ordem na qual os valores são resolvidos


Value: Must be String
smart_class_parameter[validator_type]
Optional

Types of validation values


Value: Must be one of: regexp, list.
smart_class_parameter[validator_rule]
Optional

Used to enforce certain values for the parameter values


Value: Must be String
smart_class_parameter[override_value_order]
Optional

A ordem na qual os valores são resolvidos


Value: Must be String
smart_class_parameter[parameter_type]
Optional

Types of variable values


Value: Must be one of: string, boolean, integer, real, array, hash, yaml, json.
smart_class_parameter[required]
Optional

If true, will raise an error if there is no default value and no matcher provide a value


Value: Must be 'true' or 'false'
smart_class_parameter[merge_overrides]
Optional

Merge all matching values (only array/hash type)


Value: Must be 'true' or 'false'
smart_class_parameter[avoid_duplicates]
Optional

Remove duplicate values (only array type)


Value: Must be 'true' or 'false'