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