file_template_expand
This is a bundle to expand a template in a specific location.
⚙️ Compatible targets: Linux
⚠️ Deprecated: This method is deprecated and should not be used.
Parameters
Name | Documentation |
---|---|
tml_file | File name (with full path within the framework) of the template file. This parameter is required. |
path | File name (with full path) where to expand the template. This parameter is required. |
mode | Mode of destination file. This parameter is required. |
owner | Owner of destination file. This parameter is required. |
group | Group of destination file. This parameter is required. |
Outcome conditions
You need to replace ${path}
with its actual canonified value.
- ✅ Ok:
file_template_expand_${path}_ok
- ☑️ Already compliant:
file_template_expand_${path}_kept
- 🟨 Repaired:
file_template_expand_${path}_repaired
- ☑️ Already compliant:
- ❌ Error:
file_template_expand_${path}_error
Example
method: file_template_expand
params:
tml_file: VALUE
group: VALUE
mode: VALUE
path: VALUE
owner: VALUE