mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
include:
|
|
{% if GLOBALS.os == 'CentOS Stream' %}
|
|
- repo.client.centos
|
|
{% else %}
|
|
- repo.client.{{grains.os | lower}}
|
|
{% endif %} |