Initial Oracle support

This commit is contained in:
Mike Reeves
2023-07-13 09:24:01 -04:00
parent b915cea52f
commit 68f5c9965a

View File

@@ -3,7 +3,7 @@
include:
{% if GLOBALS.os == 'CentOS Stream' %}
- repo.client.centos
{% elif GLOBALS.os == 'ol9' %}
{% elif GLOBALS.os == 'OEL' %}
- repo.client.oracle
{% else %}
- repo.client.{{grains.os | lower}}