Initial Oracle support

This commit is contained in:
Mike Reeves
2023-07-13 08:40:09 -04:00
parent 695ec149f1
commit d98a1d5ae5
+2
View File
@@ -3,6 +3,8 @@
include:
{% if GLOBALS.os == 'CentOS Stream' %}
- repo.client.centos
{% elif GLOBALS.os == 'ol9' %}
- repo.client.oracle
{% else %}
- repo.client.{{grains.os | lower}}
{% endif %}