Mentions légales du service

Skip to content
Snippets Groups Projects
Commit afd1ab8d authored by Pierre Neyron's avatar Pierre Neyron :bicyclist:
Browse files

[vagrant] force the virtualbox provider for the kadeploy server

On some systems, the default provider might not be virtualbox. Enforces
it.
parent 5d74150a
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@ require 'yaml'
Vagrant.configure("2") do |config|
config.vm.define :kadeploy do |server|
server.vm.provider "virtualbox"
server.vm.box = 'debian/contrib-buster64'
server.vm.hostname = 'kadeploy'
server.vm.synced_folder '.', '/vagrant'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment