Nome parâmetro | Descrição |
---|---|
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 , nulo permitido |
Input description Value: Must be String |
template_input[required] opcional , nulo permitido |
Input is required Value: Must be 'true' or 'false' |
template_input[advanced] opcional , nulo 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 , nulo permitido |
Fact name, used when input type is fact Value: Must be String |
template_input[variable_name] opcional , nulo permitido |
Variable name, used when input type is variable Value: Must be String |
template_input[puppet_parameter_class] opcional , nulo permitido |
Puppet class name, used when input type is puppet_parameter Value: Must be String |
template_input[puppet_parameter_name] opcional , nulo permitido |
Puppet parameter name, used when input type is puppet_parameter Value: Must be String |
template_input[options] opcional , nulo permitido |
Selectable values for user inputs Value: Must be an array of any type |