27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
From 9c57a8718f82458fe3784263fdb1e51bd08fff83 Mon Sep 17 00:00:00 2001
|
|
From: Watson Sato <wsato@redhat.com>
|
|
Date: Wed, 16 Feb 2022 12:46:21 +0100
|
|
Subject: [PATCH] Do not remove krb5-workstation package on oVirt
|
|
|
|
---
|
|
.../system-tools/package_krb5-workstation_removed/rule.yml | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/linux_os/guide/system/software/system-tools/package_krb5-workstation_removed/rule.yml b/linux_os/guide/system/software/system-tools/package_krb5-workstation_removed/rule.yml
|
|
index 4d8951a9148..813474842ec 100644
|
|
--- a/linux_os/guide/system/software/system-tools/package_krb5-workstation_removed/rule.yml
|
|
+++ b/linux_os/guide/system/software/system-tools/package_krb5-workstation_removed/rule.yml
|
|
@@ -27,6 +27,12 @@ references:
|
|
stigid@ol8: OL08-00-010162
|
|
stigid@rhel8: RHEL-08-010162
|
|
|
|
+platforms:
|
|
+{{{ rule_notapplicable_when_ovirt_installed() | indent(4)}}}
|
|
+
|
|
+warnings:
|
|
+{{{ ovirt_rule_notapplicable_warning("RHV hosts require ipa-client package, which has dependency on krb5-workstation") | indent(4) }}}
|
|
+
|
|
{{{ complete_ocil_entry_package(package="krb5-workstation") }}}
|
|
|
|
template:
|