参数名字 | 描述 |
---|---|
id 必填 |
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_variable 必填 |
Value: Must be a Hash |
smart_variable[variable] 选填 |
Name of variable Value: Must be String |
smart_variable[puppetclass_id] 选填 , 允许空值 |
Puppet class ID Value: Must be a number. |
smart_variable[default_value] 选填 , 允许空值 |
Default value of variable Value: Must be String |
smart_variable[hidden_value] 选填 , 允许空值 |
When enabled the parameter is hidden in the UI Value: Must be 'true' or 'false' |
smart_variable[override_value_order] 选填 , 允许空值 |
解析数值的指令 Value: Must be String |
smart_variable[description] 选填 , 允许空值 |
Description of variable Value: Must be String |
smart_variable[validator_type] 选填 , 允许空值 |
Types of validation values Value: Must be one of: regexp, list. |
smart_variable[validator_rule] 选填 , 允许空值 |
Used to enforce certain values for the parameter values Value: Must be String |
smart_variable[variable_type] 选填 , 允许空值 |
Types of variable values Value: Must be one of: string, boolean, integer, real, array, hash, yaml, json. |
smart_variable[merge_overrides] 选填 , 允许空值 |
Merge all matching values (only array/hash type) Value: Must be 'true' or 'false' |
smart_variable[merge_default] 选填 , 允许空值 |
Include default value when merging all matching values Value: Must be 'true' or 'false' |
smart_variable[avoid_duplicates] 选填 , 允许空值 |
Remove duplicate values (only array type) Value: Must be 'true' or 'false' |