Skip to content

Commit

Permalink
fix(rocky): this script just doesn't run unless it happens before dnf…
Browse files Browse the repository at this point in the history
… update 🤷‍♀️

Signed-off-by: Douglas J Hunley <[email protected]>
  • Loading branch information
hunleyd committed May 3, 2024
1 parent e067116 commit b8eff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer_templates/pkr-builder.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ locals {
] : [
"${path.root}/scripts/_common/register_rhsm.sh",
"${path.root}/scripts/_common/fix_clock.sh",
"${path.root}/scripts/rhel/update_dnf.sh",
"${path.root}/scripts/_common/motd.sh",
"${path.root}/scripts/_common/sshd.sh",
"${path.root}/scripts/_common/vagrant.sh",
"${path.root}/scripts/rhel/update_dnf.sh",
"${path.root}/scripts/_common/virtualbox.sh",
"${path.root}/scripts/_common/vmware_rhel.sh",
"${path.root}/scripts/_common/parallels-rhel.sh",
Expand Down

0 comments on commit b8eff1d

Please sign in to comment.