Skip to content

Commit

Permalink
fix cloud init for snc
Browse files Browse the repository at this point in the history
remove not required git
force upgrade
  • Loading branch information
adrianriobo committed Jul 17, 2023
1 parent cf7019c commit 09a3b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/aws/modules/compute/services/snc/userdata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ rh_subscription:
username: {{.SubscriptionUsername}}
password: {{.SubscriptionPassword}}
auto-attach: true
package_upgrade: true
packages:
- podman
- qemu-kvm
- libvirt
- virt-install
- virt-viewer
- jq
- git
runcmd:
# Debug libvirt
#- echo 'log_filters="1:libvirt 1:util 1:qemu"' | tee -a /etc/libvirt/libvirtd.conf
Expand Down

0 comments on commit 09a3b9c

Please sign in to comment.