From 842db118e88b987dbb5ab98f4d17556aba0601d6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 26 Jan 2023 14:58:27 -0800 Subject: [PATCH] Bodhi: switch to grouped critpath for prod too (whee!) Signed-off-by: Adam Williamson --- roles/bodhi2/base/templates/production.ini.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index e5f7e1e092..f3f54eb869 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -541,12 +541,8 @@ reboot_pkgs = kernel kernel-smp kernel-PAE glibc hal dbus # Center by setting this value to `pdc`. If it isn't set, it'll just use the # hardcoded list below. # critpath.type = -{% if env == "staging" %} critpath.type = json critpath.jsonpath = /etc/bodhi/critpath -{% else %} -critpath.type = pdc -{% endif %} # You can hardcode a list of critical path packages instead of using the PkgDB