Project

General

Profile

Bug #31565

Updated by Eric Helms over 4 years ago

Example, setting `Array[Stdlib::Fqdn] $cname = []` as a parameter on `init.p` in puppet-certs results in: 

 <pre> ``` 
 Parameter certs-cname invalid: Elements of the array are invalid: [] must match one of 
 (?-mix:\A(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-][a-zA-Z0-9]).)([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])\z 
 </pre> ```

Back