Skip to content

Commit 054f328

Browse files
author
Dan Mick
committed
roles/cobbler/templates/snippets/cephlab_packages_rhel: add dbus pkgs
FOG capture requires dbus-uuidgen (in dbus-tools) and the presence of /var/lib/dbus (from dbus-daemon) to do the bug-avoidance dance for Satellite. It's not clear that bug-avoidance dance is still necessary, but this is the minimal-investigation minimal-touch change to make the capture process work. Signed-off-by: Dan Mick <[email protected]>
1 parent ed04a8a commit 054f328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/cobbler/templates/snippets/cephlab_packages_rhel

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ perl
1919
#if $distro == 'RHEL'
2020
# Needed in RHEL9 but not CentOS9
2121
NetworkManager-initscripts-updown
22+
dbus-tools
23+
dbus-daemon
2224
#end if
2325
#if $distro == 'CentOS'
2426
# CentOS 9 Stream only packages

0 commit comments

Comments
 (0)