Skip to content

Commit

Permalink
Adding iproute package to be installed in AMIs
Browse files Browse the repository at this point in the history
  • Loading branch information
mye956 authored and amogh09 committed Oct 16, 2024
1 parent 461df65 commit 24a93ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packer {

locals {
packages_al1 = "amazon-efs-utils ec2-net-utils acpid irqbalance numactl rng-tools docker-storage-setup"
packages_al2 = "amazon-efs-utils ec2-net-utils acpid amazon-ssm-agent yum-plugin-upgrade-helper"
packages_al2023 = "amazon-efs-utils amazon-ssm-agent amazon-ec2-net-utils acpid"
packages_al2 = "amazon-efs-utils ec2-net-utils acpid amazon-ssm-agent yum-plugin-upgrade-helper iproute-tc"
packages_al2023 = "amazon-efs-utils amazon-ssm-agent amazon-ec2-net-utils acpid iproute-tc"
}

variable "ami_name_prefix_al1" {
Expand Down

0 comments on commit 24a93ff

Please sign in to comment.