mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-12 21:29:16 +02:00
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
|
{# OL10 test path uses public repos; skip the SO repo state (which removes public repos and points at /nsm/repo) #}
|
|
{% if GLOBALS.os == 'OEL' and GLOBALS.os_version|int == 9 %}
|
|
include:
|
|
- repo.client.oracle
|
|
{% endif %} |