46 lines
896 B
YAML
46 lines
896 B
YAML
|
version: '0.10'
|
||
|
variables:
|
||
|
- family:
|
||
|
name: ejabberd
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: description
|
||
|
type: string
|
||
|
value:
|
||
|
- text: Exportation de la base de ejabberd
|
||
|
- variable:
|
||
|
name: day
|
||
|
type: choice
|
||
|
mandatory: 'True'
|
||
|
choice:
|
||
|
- text: none
|
||
|
- text: daily
|
||
|
- text: weekly
|
||
|
- text: monthly
|
||
|
value:
|
||
|
- text: none
|
||
|
- variable:
|
||
|
name: mode
|
||
|
type: choice
|
||
|
mandatory: 'True'
|
||
|
value:
|
||
|
- text: pre
|
||
|
choice:
|
||
|
- text: pre
|
||
|
- text: post
|
||
|
constraints:
|
||
|
- fill:
|
||
|
- name: calc_multi_condition
|
||
|
param:
|
||
|
- text: non
|
||
|
- type: variable
|
||
|
name: condition_1
|
||
|
propertyerror: 'False'
|
||
|
text: activer_ejabberd
|
||
|
- name: match
|
||
|
text: none
|
||
|
- name: mismatch
|
||
|
text: daily
|
||
|
target:
|
||
|
- text: extra.ejabberd.day
|