Files
securityonion/salt/repo/client/init.sls
2023-07-13 09:24:01 -04:00

10 lines
246 B
Plaintext

{% from 'vars/globals.map.jinja' import GLOBALS %}
include:
{% if GLOBALS.os == 'CentOS Stream' %}
- repo.client.centos
{% elif GLOBALS.os == 'OEL' %}
- repo.client.oracle
{% else %}
- repo.client.{{grains.os | lower}}
{% endif %}