Skip to content

Commit

Permalink
Merge pull request #987 from ricristian/patch-3
Browse files Browse the repository at this point in the history
Add mtr to packer template
  • Loading branch information
mysticaltech authored Sep 22, 2023
2 parents 2ca33dd + 0a231cb commit 634686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer-template/hcloud-microos-snapshots.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ variable "packages_to_install" {
}

locals {
needed_packages = join(" ", concat(["restorecond policycoreutils policycoreutils-python-utils setools-console bind-utils wireguard-tools open-iscsi nfs-client xfsprogs cryptsetup lvm2 git cifs-utils bash-completion"], var.packages_to_install))
needed_packages = join(" ", concat(["restorecond policycoreutils policycoreutils-python-utils setools-console bind-utils wireguard-tools open-iscsi nfs-client xfsprogs cryptsetup lvm2 git cifs-utils bash-completion mtr"], var.packages_to_install))

# Add local variables for inline shell commands
download_image = "wget --timeout=5 --waitretry=5 --tries=5 --retry-connrefused --inet4-only "
Expand Down

0 comments on commit 634686e

Please sign in to comment.