mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
|
|
|
include:
|
|
{% if GLOBALS.os == 'CentOS Stream' %}
|
|
- repo.client.centos
|
|
{% else %}
|
|
- repo.client.{{grains.os | lower}}
|
|
{% endif %} |