38 lines
1.3 KiB
XML
38 lines
1.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail>
|
|
<services>
|
|
<service name='test'>
|
|
<file name='/etc/mailname'/>
|
|
</service>
|
|
</services>
|
|
<variables>
|
|
<family name="general">
|
|
<variable name="mode_conteneur_actif" type="string" description="No change">
|
|
<value>non</value>
|
|
</variable>
|
|
<variable name="condition" type="string" description="condition">
|
|
<value>oui</value>
|
|
</variable>
|
|
<variable name="leader" type="string" description="leader" multi="True">
|
|
<value>a</value>
|
|
<value>b</value>
|
|
</variable>
|
|
<variable name="follower1" type="string" description="follower1"/>
|
|
<variable name="follower2" type="string" description="follower2"/>
|
|
</family>
|
|
</variables>
|
|
<constraints>
|
|
<group leader="leader">
|
|
<follower>follower1</follower>
|
|
<follower>follower2</follower>
|
|
</group>
|
|
<fill name="calc_val" target="follower1">
|
|
<param name="valeur">valfill</param>
|
|
</fill>
|
|
<condition name="disabled_if_in" source="leader">
|
|
<param>a</param>
|
|
<target type="variable">follower1</target>
|
|
</condition>
|
|
</constraints>
|
|
</rougail>
|