16 lines
391 B
YAML
16 lines
391 B
YAML
|
---
|
||
|
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 %}
|