From ee7ceb348c0b3dfbcbdb484c43a6b7a173721aa7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 13 Aug 2024 10:33:11 -0400 Subject: [PATCH] system-config: Add crypto-policies-scripts Addresses https://gitlab.com/fedora/bootc/examples/-/issues/14 Signed-off-by: Colin Walters --- tier-1/system-configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tier-1/system-configuration.yaml b/tier-1/system-configuration.yaml index 7534975..28d8df3 100644 --- a/tier-1/system-configuration.yaml +++ b/tier-1/system-configuration.yaml @@ -1,6 +1,8 @@ # These are packages that are related to configuring parts of the system. packages: + # Explicit dep for RHEL >= 10 + - crypto-policies-scripts # Configuring SSH keys, cloud provider check-in, etc # TODO: needs Ignition kargs # - afterburn afterburn-dracut