Skip to content

Commit

Permalink
Adding vagrant bin
Browse files Browse the repository at this point in the history
  • Loading branch information
DnR-iData committed Nov 12, 2020
1 parent 9379d37 commit 7ed218b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Currently supported distributions are:
- [traefik](https://doc.traefik.io/traefik/)
- [trivy](https://github.com/aquasecurity/trivy)
- [upx](https://github.com/upx/upx)
- [vagrant](https://www.vagrantup.com/)
- [vault](https://www.hashicorp.com/products/vault)
- [vmctl](https://github.com/VictoriaMetrics/vmctl)
- [yh](https://github.com/andreazorzetto/yh)
Expand Down
13 changes: 13 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,19 @@ sources:
binaries:
- upx

vagrant:
description: A toolfor building and distributing development environments.
list:
type: github-releases
version_from: name
url: https://api.github.com/repos/hashicorp/vagrant/tags
fetch:
url: https://releases.hashicorp.com/vagrant/{{ .Version }}/vagrant_{{ .Version }}_{{ .OS }}_{{ .Arch }}.zip
install:
type: zip
binaries:
- vagrant

vault:
description: A tool for secrets management, encryption as a service, and privileged access management
list:
Expand Down

0 comments on commit 7ed218b

Please sign in to comment.