diff --git a/salt/repo/client/init.sls b/salt/repo/client/init.sls index 9ca156a7c..78fcae676 100644 --- a/salt/repo/client/init.sls +++ b/salt/repo/client/init.sls @@ -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 %} \ No newline at end of file