Skip to content

Commit

Permalink
roles/cobbler/templates/snippets/cephlab_packages_rhel: add dbus pkgs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Dan Mick committed Sep 7, 2024
1 parent ed04a8a commit 054f328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/cobbler/templates/snippets/cephlab_packages_rhel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ perl
#if $distro == 'RHEL'
# Needed in RHEL9 but not CentOS9
NetworkManager-initscripts-updown
dbus-tools
dbus-daemon
#end if
#if $distro == 'CentOS'
# CentOS 9 Stream only packages
Expand Down

0 comments on commit 054f328

Please sign in to comment.