2020-12-26 15:15:51 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<rougail>
|
|
|
|
<services>
|
|
|
|
<service name='test'>
|
|
|
|
<file name='file_name' file_type="variable" source="mailname" variable="var"/>
|
|
|
|
</service>
|
|
|
|
</services>
|
|
|
|
<variables>
|
|
|
|
<family name='général'>
|
2021-01-10 16:53:41 +01:00
|
|
|
<variable name='mode_conteneur_actif' type='string' description="No change" hidden="True">
|
2020-12-26 15:15:51 +01:00
|
|
|
<value>oui</value>
|
|
|
|
</variable>
|
|
|
|
<variable name='file_name' type='string'>
|
|
|
|
<value>/etc/mailname</value>
|
|
|
|
</variable>
|
|
|
|
<variable name='var' type='string'>
|
|
|
|
<value>mailname</value>
|
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
</variables>
|
|
|
|
</rougail>
|