Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dont call downcase() on undef variable
This got probably introduced during some debugging. The variable is always undef. This works on Puppet 4 and 5 because downcase() works with undef by accident. This got fixed in the latest puppet 6. It now results in a compile error.
- Loading branch information