Files
securityonion/salt/repo/client/init.sls
2023-07-13 18:40:48 -04:00

5 lines
123 B
Plaintext

{% from 'vars/globals.map.jinja' import GLOBALS %}
{% if GLOBALS.os == 'OEL' %}
include:
- repo.client.oracle
{% endif %}