same target and param in check|condition|fill

This commit is contained in:
2021-02-08 17:46:58 +01:00
parent 0100c692b2
commit 6f05c22a3d
230 changed files with 1054 additions and 648 deletions

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<rougail>
<variables>
<family name="général">
<variable name="activer_ejabberd" type="string" description="No change" hidden="True">
<value>non</value>
</variable>
</family>
</variables>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->

View File

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

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<rougail>
<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>