diff --git a/salt/repo/client/init.sls b/salt/repo/client/init.sls index a26342a06..9ca156a7c 100644 --- a/salt/repo/client/init.sls +++ b/salt/repo/client/init.sls @@ -1,3 +1,5 @@ +{% from 'vars/globals.map.jinja' import GLOBALS %} + include: {% if GLOBALS.os == 'CentOS Stream' %} - repo.client.centos