30 lines
840 B
XML
30 lines
840 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail>
|
|
|
|
<services>
|
|
<service name="test">
|
|
<file name="/tmp/file1" filelist="afilllist"/>
|
|
</service>
|
|
</services>
|
|
|
|
<variables>
|
|
<family name="general">
|
|
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True">
|
|
<value>non</value>
|
|
</variable>
|
|
<variable name="condition" type="string" description="No change">
|
|
<value>non</value>
|
|
</variable>
|
|
</family>
|
|
</variables>
|
|
|
|
<constraints>
|
|
<condition name="hidden_if_in" source="activer_clam" fallback="True">
|
|
<param>non</param>
|
|
<target type="filelist">afilllist</target>
|
|
</condition>
|
|
</constraints>
|
|
</rougail>
|
|
<!-- vim: ts=4 sw=4 expandtab
|
|
-->
|