mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Edit YAML data files to use nested data structures. Edit Vagrantfile to reference YAML data accordingly. Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
7 lines
111 B
YAML
7 lines
111 B
YAML
---
|
|
- name: "jessie"
|
|
box:
|
|
vmw: "slowe/debian-81-x64"
|
|
vb: "debian/jessie64"
|
|
ram: "1024"
|
|
vcpu: "1"
|