是否有可能转换Boolean变量String中Puppet?我想在替换字符串时使用它.我可以使用条件语句,但也许没有必要.
Boolean
String
Puppet
$variable = true $my_string = "status _" $string = regsubst($my_string, '_', $variable)
像这样的东西
ruby puppet
我知道如何列出特定路径中的文件,但我想获得所有目录的列表.可能吗 ?
artifactory
artifactory ×1
puppet ×1
ruby ×1