From d3074eea0c8cab7e0c96e290d691325cd717d1f9 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Wed, 28 Jun 2023 21:46:26 +0200 Subject: [PATCH] Change redis to redis7 Leap 15.5 renamed the package, "redis" will try to install Redis 6 and cause a conflict. Signed-off-by: Georg Pfuetzenreuter --- salt/profile/salt/master.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/profile/salt/master.sls b/salt/profile/salt/master.sls index 58f8cc8..47dbe62 100644 --- a/salt/profile/salt/master.sls +++ b/salt/profile/salt/master.sls @@ -41,7 +41,7 @@ salt_master_extra_packages: - python3-ldap - python3-pynetbox - python3-redis - - redis + - redis7 - salt-bash-completion - salt-fish-completion - salt-keydiff