diff --git a/salt/repo/client/init.sls b/salt/repo/client/init.sls index 154867caf..a26342a06 100644 --- a/salt/repo/client/init.sls +++ b/salt/repo/client/init.sls @@ -1,2 +1,6 @@ include: + {% if GLOBALS.os == 'CentOS Stream' %} + - repo.client.centos + {% else %} - repo.client.{{grains.os | lower}} + {% endif %} \ No newline at end of file