egarette@silique.fr
0d66bffd2f
Co-authored-by: Emmanuel Garette <egarette@silique.fr> Co-authored-by: gwen <gwenaelremond@free.fr> Reviewed-on: #5 Co-authored-by: egarette@silique.fr <egarette@silique.fr> Co-committed-by: egarette@silique.fr <egarette@silique.fr>
21 lines
326 B
YAML
21 lines
326 B
YAML
ejabberd:
|
|
description:
|
|
type: string
|
|
default: Exportation de la base de ejabberd
|
|
day:
|
|
type: choice
|
|
mandatory: true
|
|
default: none
|
|
choices:
|
|
- none
|
|
- daily
|
|
- weekly
|
|
- monthly
|
|
mode:
|
|
type: choice
|
|
mandatory: true
|
|
default: pre
|
|
choices:
|
|
- pre
|
|
- post
|
|
version: '1.1'
|