Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
PUP 5.5.16
-
None
Description
Puppet Version: 5.5.17
Puppet Server Version: 2018.1
OS Name/Version: Centos 7
Desired Behavior:
As documented in https://puppet.com/docs/puppet/5.5/lang_functions.html#chained-function-calls, chained function call syntax should result in same behaviour as prefixed syntax.
Actual Behavior:
Using chained syntax results in slower performance of the function call. The performance depends on the size of the object "before the dot".
Examples:
Run puppet apply test.pp --debug --profile
Please see attached:
- test.pp
- test.log