Skip to content

Commit

Permalink
Merge pull request #574 from bdunne/google_guest_agent
Browse files Browse the repository at this point in the history
GCE appliances require google-guest-agent
  • Loading branch information
agrare authored Aug 20, 2024
2 parents 7ef221c + cb0299d commit e569655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kickstarts/partials/packages/includes.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ hyperv-daemons
qemu-guest-agent
<% when "vsphere" %>
open-vm-tools
<% when "gce" %>
google-guest-agent
<% end %>
<%= render_partial_if_exist "packages/includes-extra" %>

0 comments on commit e569655

Please sign in to comment.