Files
securityonion/salt/repo/client/init.sls
2023-06-29 08:55:00 -04:00

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 %}