stjohnfinn / Coral

Provisions a machine to my liking. Starts from a Fedora image. There's also a Vagrantfile that spins up a VM with this configuration.
1 stars 0 forks source link

Add vagrant #9

Closed stjohnfinn closed 1 month ago

stjohnfinn commented 7 months ago

Vagrant requires a hashicorp rpm repo for installation.

sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
sudo dnf -y install vagrant