| Puppet Version: 7.23.0 Puppet Server Version: N/A OS Name/Version: Arch Linux When running puppet epp render template.epp against a template that contains an epp() call, puppet is unable to locate the sub-template. Desired Behavior: The template render to correctly locate the referenced templates. Actual Behavior: Running puppet epp render templates/main_template.hcl.epp yields the following output: Error: Evaluation Error: Error while evaluating a Function Call, Could not find template 'module/elements/sub_template.hcl.epp' (file: /home/user/Projects/puppet/module/templates/main_template.hcl.epp, line: 51, column: 5) Error: error while rendering epp Error: Try 'puppet help epp render' for usage |