Equivocal Puppet Class Parameters
While working with Puppet recently I have noticed that there is some funny business going on with the rules of parameter naming. The Puppet鈥檚 documentation states: Parameter names begin with a dollar sign prefix ($). The parameter name after the prefix: Must begin with a lowercase letter. Can include lowercase letters. Can include digits. Can include underscores. Let鈥檚 see if this is true. Tried applying this manifest with Puppet 5.5.10 which is available on Ubuntu Focal Fossa (20.04): ...