From c8a0ef2ad9936d485f72a13da4ffa9a18001f0c2 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 13 Dec 2019 15:32:08 +0100 Subject: [PATCH] Ensure authconfig is preinstalled Our base CentOS qcow image version for x86_64 is 1809, which already has the `authconfig` package preinstalled, unlike its aarch64 counterpart (version 1708), so enforce its installation. The configuration files /etc/pam.d/*-auth-ac are required by the ops-hardening task in infra-ansible. Signed-off-by: Alexandru Avadanii Change-Id: I3a3ae3d97041adbeeee1a6573751a442ee63eff1 --- packages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.yaml b/packages.yaml index a695f0e..c28bfd5 100644 --- a/packages.yaml +++ b/packages.yaml @@ -9,6 +9,7 @@ teamd: wpa_supplicant: uninstall: True kernel-4.14.106-200.el7: +authconfig: image-provision: product-manifest: access-management: -- 2.16.6