2019-12-21 12:21:42 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-02-18 18:57:50 +01:00
|
|
|
<rougail version="0.9">
|
2020-02-14 17:59:39 +01:00
|
|
|
<services>
|
|
|
|
<service name='test'>
|
2021-02-19 14:44:27 +01:00
|
|
|
<file file_type="variable" source="mailname">file_name</file>
|
2021-02-20 18:01:13 +01:00
|
|
|
<file file_type="variable" source="mailname2" engine="jinja2">file_name2</file>
|
2020-02-14 17:59:39 +01:00
|
|
|
</service>
|
|
|
|
</services>
|
2019-12-21 12:21:42 +01:00
|
|
|
<variables>
|
2021-02-17 09:52:17 +01:00
|
|
|
<variable name='file_name' type='filename' multi='True'>
|
|
|
|
<value>/etc/mailname</value>
|
|
|
|
<value>/etc/mailname2</value>
|
|
|
|
</variable>
|
2021-02-20 18:01:13 +01:00
|
|
|
<variable name='file_name2' type='filename' multi='True'>
|
|
|
|
<value>/etc/mailname3</value>
|
|
|
|
<value>/etc/mailname4</value>
|
|
|
|
</variable>
|
2019-12-21 12:21:42 +01:00
|
|
|
</variables>
|
2020-02-16 21:27:42 +01:00
|
|
|
</rougail>
|