HomePhorge

(PUP-2568) Downcase class name before validating
ab1ced75d224Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2568) Downcase class name before validating

Previously the check for a valid name was done against the raw input,
however it later downcased the name and used that form. This order
caused Class['A'] to be an error, which isn't desired (at least not
until PUP-1810 is taken care of). By just changing the order of
operations capital letters are once again allowed.

Details

Provenance
Andrew Parker <andy@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUfea22be6a957: (packaging) Update PUPPETVERSION to 3.6.0
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPUab1ced75d224: (PUP-2568) Downcase class name before validating (authored by Andrew Parker <andy@puppetlabs.com>).May 15 2014, 10:47 PM