Parámetros

Nombre del parámetro Descripción
template_id
requerido

Value:

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

id
requerido

Value:

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

template_input
requerido

Value:

Must be a Hash

template_input[name]
opcional

Input name


Value:

Must be String

template_input[description]
opcional , nil permitido

Input description


Value:

Must be String

template_input[required]
opcional , nil permitido

Input is required


Value:

Must be 'true' or 'false'

template_input[advanced]
opcional , nil permitido

Input is advanced


Value:

Must be 'true' or 'false'

template_input[input_type]
opcional

Input type


Value:

Must be one of: user, fact, variable, puppet_parameter.

template_input[fact_name]
opcional , nil permitido

Fact name, used when input type is fact


Value:

Must be String

template_input[variable_name]
opcional , nil permitido

Variable name, used when input type is variable


Value:

Must be String

template_input[puppet_parameter_class]
opcional , nil permitido

Puppet class name, used when input type is puppet_parameter


Value:

Must be String

template_input[puppet_parameter_name]
opcional , nil permitido

Puppet parameter name, used when input type is puppet_parameter


Value:

Must be String

template_input[options]
opcional , nil permitido

Selectable values for user inputs


Value:

Must be an array of any type