Skip to content

Commit

Permalink
[packer] Add contributed fix for Packer v1.10 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-manu committed Mar 3, 2024
1 parent 3928d1f commit 9988495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ stored unencrypted in the repo. The provisioning process takes care of
removing this key from the VM before exporting it, so that VMs created from
the image cannot be compromised using this key.

<!-- vi: set tw=72 et sw=2 fo=tcroqan autoindent: -->

## Packer >= 1.10

Since version 1.10 Packer stopped bundling plugins therefore they need
Since version 1.10 Packer stopped bundling plugins, therefore they need
to be installed manually:

```sh
packer plugins install github.com/hashicorp/ansible
packer plugins install github.com/hashicorp/virtualbox
packer plugins install github.com/hashicorp/qemu
```

<!-- vi: set tw=72 et sw=2 fo=tcroqan autoindent: -->

0 comments on commit 9988495

Please sign in to comment.