Project

General

Profile

« Previous | Next » 

Revision ae10d756

Added by Alexis Mousset about 6 years ago

Fixes #12126: Typo in templatin technique

View differences:

techniques/fileDistribution/fileTemplate/1.0/fileTemplate.st
#Raw template text
&FILE_TEMPLATE_RAW_TEMPLATE: {txt|"rawTemplate[&i&]" string => "&txt&";}&
#Absolute path of the template expension
#Absolute path of the template expansion
&FILE_TEMPLATE_AGENT_DESTINATION_PATH: {dst_path|"dst[&i&]" string => "&dst_path&";}&
#Permissions rights
......
#Expand the template
"any" usebundle => rudder_common_reports_generic("fileTemplate", "file_from_template_${dst_canon[${index}]}", "${trackingkey[${index}]}", "Expand template", "${dst[${index}]}", "The expension of the template ${temp}/${name[${index}]} in ${dst[${index}]}");
"any" usebundle => rudder_common_reports_generic("fileTemplate", "file_from_template_${dst_canon[${index}]}", "${trackingkey[${index}]}", "Expand template", "${dst[${index}]}", "The expansion of the template ${temp}/${name[${index}]} in ${dst[${index}]}");
#Permmissions on the generated conf file

Also available in: Unified diff