From e60517f0afef92067163edc52b435fc8d9a41fe6 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 3 Mar 2022 17:34:38 +0100 Subject: [PATCH] distro/rhel86: remove authconfig call from azure-rhui authconfig is actually a RHEL 7 thing and we should not call it for RHEL 8. --- internal/distro/rhel86/distro.go | 1 - test/data/manifests/rhel_85-x86_64-azure_rhui-boot.json | 4 ---- test/data/manifests/rhel_86-x86_64-azure_rhui-boot.json | 4 ---- 3 files changed, 9 deletions(-) diff --git a/internal/distro/rhel86/distro.go b/internal/distro/rhel86/distro.go index dd482bd8e..ceb4fd655 100644 --- a/internal/distro/rhel86/distro.go +++ b/internal/distro/rhel86/distro.go @@ -891,7 +891,6 @@ func newDistro(distroName string) distro.Distro { ClientAliveInterval: common.IntToPtr(180), }, }, - Authconfig: &osbuild.AuthconfigStageOptions{}, Modprobe: []*osbuild.ModprobeStageOptions{ { Filename: "blacklist-nouveau.conf", diff --git a/test/data/manifests/rhel_85-x86_64-azure_rhui-boot.json b/test/data/manifests/rhel_85-x86_64-azure_rhui-boot.json index 99c33f016..463ee9544 100644 --- a/test/data/manifests/rhel_85-x86_64-azure_rhui-boot.json +++ b/test/data/manifests/rhel_85-x86_64-azure_rhui-boot.json @@ -1250,10 +1250,6 @@ } } }, - { - "type": "org.osbuild.authconfig", - "options": {} - }, { "type": "org.osbuild.pwquality.conf", "options": { diff --git a/test/data/manifests/rhel_86-x86_64-azure_rhui-boot.json b/test/data/manifests/rhel_86-x86_64-azure_rhui-boot.json index 98861d368..ef32ce6a9 100644 --- a/test/data/manifests/rhel_86-x86_64-azure_rhui-boot.json +++ b/test/data/manifests/rhel_86-x86_64-azure_rhui-boot.json @@ -1254,10 +1254,6 @@ } } }, - { - "type": "org.osbuild.authconfig", - "options": {} - }, { "type": "org.osbuild.pwquality.conf", "options": {