Age | Commit message (Collapse) | Author |
|
Includes REFERENCE.md ToC fixes for MODULES-8183.
|
|
|
|
In Puppet4, the Report class requires a kind argument. Also the is_to_s
and should_to_s methods returned an array of strings and a flattened
array as a string. That behavior was changed in PUP-7616 (commit
c14b28f9c427) so that both methods return a string as the name
implies.
|
|
Turns out that using `caller(n..n).first` is _significantly_ faster than
`caller[n]`.
|
|
|
|
Imported from dbf5a8964af9b87446542d24f46534cf90f11f59 in the Puppet repo.
|