Installs an Unix Vagrant machine with any version of Vault is specified

Repository has been created using this repo.

Prerequisites

Instructions

  • Copy the repository and go to the repo path:
$ git clone git@github.com:dlavric/vagrant-vault-download.git
$ cd vagrant-vault-download
  • Start Vagrant and provision it:
$ vagrant up
$ vagrant provision
  • Check the version of Vault inside Vagrant VM:
$ vagrant ssh
$ vault version