2019-12-21 12:21:42 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-02-16 21:27:42 +01:00
|
|
|
<rougail>
|
2020-02-14 17:59:39 +01:00
|
|
|
<services>
|
|
|
|
<service name='test'>
|
|
|
|
<file name='file_name' file_type="variable" source="mailname"/>
|
|
|
|
</service>
|
|
|
|
</services>
|
2019-12-21 12:21:42 +01:00
|
|
|
<variables>
|
|
|
|
<family name='général'>
|
|
|
|
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
|
|
|
|
<value>oui</value>
|
|
|
|
</variable>
|
|
|
|
<variable name='file_name' type='string' multi='True'>
|
|
|
|
<value>/etc/mailname</value>
|
|
|
|
<value>/etc/mailname2</value>
|
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
<separators/>
|
|
|
|
</variables>
|
2020-02-16 21:27:42 +01:00
|
|
|
</rougail>
|