rougail-tutorials/Rougail/socle/05-omogen.yml

16 lines
391 B
YAML
Raw Normal View History

---
version: '1.0'
env_omogen:
description: Configure OMOGEN
keystore:
description: Keystore filename to access to OMOGEN
help: This filename must ends with "kjs" extension
test:
- java.jks
validators:
- type: jinja
jinja: |
{% if not socle.env_omogen.keystore.endswith('.jks') %}
the extension must be "jks"
{% endif %}