From 8a90579df7b03e30db0a3172845f6e33e0af3c3e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 29 Jun 2023 08:55:00 -0400 Subject: [PATCH] fix repo state --- salt/repo/client/init.sls | 2 ++ 1 file changed, 2 insertions(+) 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