remove group constrainte, it's now a normal group

This commit is contained in:
2021-04-13 19:05:01 +02:00
parent 65d40f494f
commit e5737cd572
2401 changed files with 23705 additions and 1454 deletions

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
<variables>
<family name="ejabberd">
<variable name="description" type="string">
<value>Exportation de la base de ejabberd</value>
</variable>
<variable name="day" type="schedule"/>
<variable name="mode" type="schedulemod">
<value>pre</value>
</variable>
</family>
</variables>
<constraints>
</constraints>
</rougail>

View File

@ -0,0 +1,19 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
<variables>
<family name="external">
<variable name="description" type="string">
<value>test</value>
</variable>
</family>
</variables>
<constraints>
<fill name="calc_multi_condition">
<param>non</param>
<param type="variable" name="condition_1">activer_ejabberd</param>
<param name="match">none</param>
<param name="mismatch">daily</param>
<target>extra.ejabberd.day</target>
</fill>
</constraints>
</rougail>