Skip to content

Commit

Permalink
change breaking typo for amazon value in locals (#1472)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Campfield <campfieldm@mailbox.org>
  • Loading branch information
campfield and Michael Campfield authored Feb 11, 2023
1 parent 0c64148 commit db97314
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 @@ -131,7 +131,7 @@ locals {
"${path.root}/scripts/fedora/cleanup_dnf.sh",
"${path.root}/scripts/_common/minimize.sh"
] : (
"${var.os_name}-${substr(var.os_version, 0, 1)}" == "amazonliunux-2" ||
"${var.os_name}-${substr(var.os_version, 0, 1)}" == "amazonlinux-2" ||
"${var.os_name}-${substr(var.os_version, 0, 1)}" == "centos-7" ||
"${var.os_name}-${substr(var.os_version, 0, 1)}" == "oraclelinux-7" ||
"${var.os_name}-${substr(var.os_version, 0, 1)}" == "rhel-7" ||
Expand Down

0 comments on commit db97314

Please sign in to comment.