paulbsd-salt/states/packer/defaults.yaml

9 lines
152 B
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
packer:
enabled: true
install_dir: /usr/local/sbin
mirror: https://releases.hashicorp.com/packer
version: "1.5.5"
os: linux
2021-08-19 21:15:24 +02:00
arch: amd64