Skip to content

Commit

Permalink
fix: cloud init file for rhel
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Jul 1, 2024
1 parent 207e302 commit f28be5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/provider/aws/action/rhel/cloud-config-base
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ rh_subscription:
username: {{.SubscriptionUsername}}
password: {{.SubscriptionPassword}}
auto-attach: true
packages:
runcmd:
- while fuser /var/lib/rpm/.rpm.lock > /dev/null 2>&1 ; do sleep 1 ; done
- podman
- dnf install -y podman

0 comments on commit f28be5c

Please sign in to comment.