Open
Description
Use Case
The Resource API should not make odious validations when using its formatting logging methods.
Describe the Solution You Would Like
The formatting logging methods should not validate titles passed in. Instead any title (simple string, or composite namevar hash) should be accepted and properly rendered.
Additional Context
See the following code-locations for needing a fix.
puppet-resource_api/lib/puppet/resource_api/base_context.rb
Lines 152 to 158 in 35e024e
This was originally https://tickets.puppetlabs.com/browse/PDK-534