]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Don't install NetworkManager-initscripts-updown on CentOS9 702/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 24 Aug 2022 21:51:45 +0000 (17:51 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 24 Aug 2022 21:52:07 +0000 (17:52 -0400)
It's not available.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/snippets/cephlab_packages_rhel

index 09b18c443f40a2c9bdc56739d8c6af1acb9c6d00..97a7b65eb71ac3f619811e7abc5bdb8a7f0a22d9 100644 (file)
@@ -15,10 +15,13 @@ python3
 #set distro_ver_minor = $distro_ver.split(".")[1]
 ## These packages are available in all RHEL/CentOS versions but not Fedora
 perl
-## These packages are not available in CentOS 9 Stream
 #if int($distro_ver_major) >= 9
+#if $distro == 'RHEL'
+# Needed in RHEL9 but not CentOS9
 NetworkManager-initscripts-updown
 #end if
+#end if
+## These packages are not available in CentOS 9 Stream
 #if int($distro_ver_major) < 9
 redhat-lsb-core
 #end if