HomeSoftware Heritage

Vagrantfile: Avoid extra blocks & shadowing `config` variable

Description

Vagrantfile: Avoid extra blocks & shadowing config variable

This effectively drops the many Vagrant.configure blocks and keep only the
main one. Then, it renames the main "config" variable into "cfg" and keep the
local variable "config" for each remaining local vm declaration.

Details

Provenance
ardumontAuthored on Sep 29 2020, 5:48 PM
ardumontPushed on Sep 29 2020, 6:29 PM
Differential Revision
D4086: Vagrantfile: Avoid extra blocks & shadowing `config` variable
Parents
rSENV73223ad71c15: Vagrantfile: Drop --vram flag
Branches
Unknown
Tags
Unknown