puppetlabs-stdlib icon indicating copy to clipboard operation
puppetlabs-stdlib copied to clipboard

Puppet Labs Standard Library module

Results 42 puppetlabs-stdlib issues
Sort by recently updated
recently updated
newest added

## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...

## Describe the Bug When unit testing the following class: ```puppet class deferred_test { $response = { 'response_string' => Deferred('deferred_test::api')} $response_result = stdlib::deferrable_epp('deferred_test/api_response.epp', $response) echo { 'API debug': message =>...