From 84e63e6789c15ada85ec9bc615e545da1acf21b5 Mon Sep 17 00:00:00 2001 From: Martin Kluson Date: Mon, 20 May 2024 12:57:32 +0200 Subject: [PATCH 59/92] .packit.yaml: adjust `post_install_script` for RHEL 7.9 Remove enabling repos step from .packit.yaml, it was moved to TF, where it logically belongs to. --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 805eb2b5..0b81a2f1 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -145,7 +145,7 @@ jobs: distro: "rhel-7.9" settings: provisioning: - post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum-config-manager --enable rhel-7-server-rhui-optional-rpms" + post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys" tags: BusinessUnit: sst_upgrades@leapp_upstream_test -- 2.42.0