Closed PierreR closed 9 years ago
According to the doc, regsubst should accept an array but:
$test = regsubst([], '[^0-9A-Za-z.\-]', '-', 'G') Don't know how to convert this to a string: [] at # "./modules/application/manifests/role/puppet/pgserver.pp" (line 12, column 3)
Fixed, although I found a new bug :(
According to the doc, regsubst should accept an array but: